Task #8536
closedAdd Ubuntu 20.10 Support to DCL
0%
Description
Timothee has created the new Ubuntu image. Mondi, could you put it on our DCL web?
Updated by Mondi Ravi about 4 years ago
I am listing out things in verbose, so that one can follow what I generally do for this:
1. Check the templates (for this case: ipv6only-Ubuntu 20.10
and public-Ubuntu 20.10
1.1 Ensure the owner of these templates is oneadmin
and they belong to the group oneadmin
1.2 Make sure that USE
permission is granted to all (Owner, Group and Others) and MANAGE
permission is granted to Owner
1.3 Make sure the image used by the template (for this case: ubuntu-groovy-2020-10-25
) has USE
permission granted to all (Owner, Group and Others) and MANAGE
permission to Owner
2. Login to the server ({staging/prod/dev}.ungleich.ch) and import the template
[pcoder@archlinux ~]$ ssh app@ungleich.ch X11 forwarding request failed on channel 0 Linux dynamicweb-production 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 Welcome to dynamicweb-production.ungleich.ch * + ' | () .-.,="``"=. - o - '=/_ \ | * | '≠._ | \ `≠./`, ' . '=.__.=' `=' * + + * ' . No mail. Last login: Mon Oct 19 10:47:04 2020 from 157.44.91.77 [14:24:36] dynamicweb-production:~$ cd app [14:24:41] dynamicweb-production:~/app$ source /home/app/pyvenv/bin/activate (pyvenv) [14:24:45] dynamicweb-production:~/app$ ./manage.py fetchvmtemplates (pyvenv) [14:25:17] dynamicweb-production:~/app$ psql psql (9.6.19, server 9.4.21) Type "help" for help. app=> select * from datacenterlight_vmtemplate where name like '%20.10' order by id desc; id | name | opennebula_vm_template_id | vm_type ------+--------------+---------------------------+---------- 1091 | Ubuntu 20.10 | 191 | ipv6only 1064 | Ubuntu 20.10 | 192 | public (2 rows)
3. Enable them in the various calculators using django admin user team@ungleich.ch
(Ask mondi or sanghee if anything is not clear in the CMS)
3.1 Landing pages (dcl/ipv6only) /
3.2 Hosting pages (dcl/ipv6only) /createvm
Updated by Mondi Ravi about 4 years ago
- Status changed from Seen to In Progress
Tested the templates on staging. Both dcl/ipv6only work like a charm.
Putting them on production now.
Updated by Mondi Ravi about 4 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Mondi Ravi to Sanghee Kim
Ubuntu 20.10 is now available on all our calculators.
Updated by Nico Schottelius almost 2 years ago
- Status changed from Feedback to Closed