Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
update-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
operations
update-images
Commits
420b7e60
Commit
420b7e60
authored
6 years ago
by
Claudio Pisa
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.garr.it:cloud/admin/update-images
parents
47aa16b4
252ca7f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-3
4 additions, 3 deletions
README.md
config.yml
+11
-35
11 additions, 35 deletions
config.yml
with
15 additions
and
38 deletions
README.md
+
4
−
3
View file @
420b7e60
...
@@ -5,12 +5,12 @@ This script automates the process of updating images of operating systems in Ope
...
@@ -5,12 +5,12 @@ This script automates the process of updating images of operating systems in Ope
### Currently the supported OS are:
### Currently the supported OS are:
-
CentOS 6
-
CentOS 7
-
CentOS 7
-
Debian 8
-
Debian 9
-
Debian 9
-
Ubuntu 14.04
-
Fedora 28
-
Fedora 29
-
Ubuntu 16.04
-
Ubuntu 16.04
-
Ubuntu 18.04
Installation
Installation
------------
------------
...
@@ -74,3 +74,4 @@ Notes
...
@@ -74,3 +74,4 @@ Notes
-----
-----
This script is tested on Ubuntu 16.04 x64
This script is tested on Ubuntu 16.04 x64
This diff is collapsed.
Click to expand it.
config.yml
+
11
−
35
View file @
420b7e60
images
:
images
:
debian8
:
name
:
Debian 8 - GARR
url
:
https://cdimage.debian.org/cdimage/openstack/current-8/debian-8-openstack-amd64.qcow2
disk_format
:
qcow2
extraargs
:
-
"
min_disk=5"
-
"
min_ram=1024"
tags
:
-
"
os_distro=debian"
-
"
os_type=linux"
-
"
os_version=8"
-
"
architecture=amd64"
-
"
os_require_quiesce=yes"
-
"
hw_qemu_guest_agent=yes"
debian9
:
debian9
:
name
:
Debian 9 - GARR
name
:
Debian 9 - GARR
url
:
https://cdimage.debian.org/cdimage/openstack/current-9/debian-9-openstack-amd64.qcow2
url
:
https://cdimage.debian.org/cdimage/openstack/current-9/debian-9-openstack-amd64.qcow2
...
@@ -45,24 +31,25 @@ images:
...
@@ -45,24 +31,25 @@ images:
-
"
hw_qemu_guest_agent=yes"
-
"
hw_qemu_guest_agent=yes"
-
"
hw_vif_multiqueue_enabled=true"
-
"
hw_vif_multiqueue_enabled=true"
-
"
hw_rng_model=virtio"
-
"
hw_rng_model=virtio"
centos7
:
fedora29
:
name
:
CentOS 7
- GARR
name
:
Fedora 29
- GARR
url
:
http://
c
lo
u
d.
centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud
.qcow2
url
:
http
s
://
down
lo
a
d.
fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64
.qcow2
disk_format
:
qcow2
disk_format
:
qcow2
extraargs
:
extraargs
:
-
"
min_disk=5"
-
"
min_disk=5"
-
"
min_ram=1024"
-
"
min_ram=1024"
tags
:
tags
:
-
"
os_distro=
centos
"
-
"
os_distro=
fedora
"
-
"
os_type=linux"
-
"
os_type=linux"
-
"
os_version=
7.X
"
-
"
os_version=
29
"
-
"
architecture=x86_64"
-
"
architecture=x86_64"
-
"
os_require_quiesce=yes"
-
"
os_require_quiesce=yes"
-
"
hw_qemu_guest_agent=yes"
-
"
hw_qemu_guest_agent=yes"
-
"
hw_vif_multiqueue_enabled=true"
-
"
hw_vif_multiqueue_enabled=true"
centos6
:
-
"
hw_rng_model=virtio"
name
:
CentOS 6 - GARR
centos7
:
url
:
http://cloud.centos.org/centos/6/images/CentOS-6-x86_64-GenericCloud.qcow2
name
:
CentOS 7 - GARR
url
:
http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
disk_format
:
qcow2
disk_format
:
qcow2
extraargs
:
extraargs
:
-
"
min_disk=5"
-
"
min_disk=5"
...
@@ -70,27 +57,16 @@ images:
...
@@ -70,27 +57,16 @@ images:
tags
:
tags
:
-
"
os_distro=centos"
-
"
os_distro=centos"
-
"
os_type=linux"
-
"
os_type=linux"
-
"
os_version=
6
.X"
-
"
os_version=
7
.X"
-
"
architecture=x86_64"
-
"
architecture=x86_64"
-
"
os_require_quiesce=yes"
-
"
os_require_quiesce=yes"
-
"
hw_qemu_guest_agent=yes"
-
"
hw_qemu_guest_agent=yes"
-
"
hw_vif_multiqueue_enabled=true"
ubuntu-12.04
:
ubuntu-12.04
:
name
:
Ubuntu 12.04 - GARR
name
:
Ubuntu 12.04 - GARR
simplestreams
:
com.ubuntu.cloud:server:12.04:amd64
simplestreams
:
com.ubuntu.cloud:server:12.04:amd64
ubuntu-14.04
:
ubuntu-14.04
:
name
:
Ubuntu 14.04 - GARR
name
:
Ubuntu 14.04 - GARR
url
:
https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img
disk_format
:
qcow2
extraargs
:
-
"
min_disk=5"
-
"
min_ram=1024"
tags
:
-
"
os_distro=ubuntu"
-
"
os_type=linux"
-
"
os_version=14.04"
-
"
architecture=amd64"
-
"
os_require_quiesce=yes"
-
"
hw_qemu_guest_agent=yes"
simplestreams
:
com.ubuntu.cloud:server:14.04:amd64
simplestreams
:
com.ubuntu.cloud:server:14.04:amd64
ubuntu-16.04
:
ubuntu-16.04
:
name
:
Ubuntu 16.04 - GARR
name
:
Ubuntu 16.04 - GARR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment