[SAC] [OSGeo] #2735: osgeo-debian-11 LXD image on osgeo7 refers to a Debian 10 instead

OSGeo trac_osgeo at osgeo.org
Fri Apr 8 22:06:48 PDT 2022


#2735: osgeo-debian-11 LXD image on osgeo7 refers to a Debian 10 instead
---------------------------+---------------------------------------
 Reporter:  strk           |       Owner:  sac@…
     Type:  task           |      Status:  closed
 Priority:  normal         |   Milestone:  Sysadmin Contract 2022-I
Component:  Systems Admin  |  Resolution:  fixed
 Keywords:                 |
---------------------------+---------------------------------------

Comment (by robe):

 I was able to script addition of the description with below.  A bit hacky
 but it worked.
 Basically it outputs the current image details with lxc image show and
 then seds that to inject with OSGeo LDAP SSH and then pipe's the new yml
 stuff with the new version using lxc image edit.

 It's too bad there is no lxc add alias like thing for description.


 {{{
 - name: Add description to image
   shell: >
         lxc image show osgeo-debian-11 |
         sed 's/Debian bullseye amd64/Debian bullseye amd64 with OSGeo LDAP
 SSH /g' |
         lxc image edit osgeo-debian-11

 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2735#comment:12>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list