How do i install config-init on ubuntu?



  • Link: http://cloudinit.readthedocs.io/en/latest/index.html

    cloud-init is a set of python scripts to enable configuration around
    installing cloud images.

    $ sudo apt-get install cloud-init
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following additional packages will be installed:
       cloud-guest-utils eatmydata libeatmydata1 python3-configobj
       python3-json-pointer python3-jsonpatch python3-serial
    Suggested packages:
       python-configobj-doc python3-wxgtk3.0 | python3-wxgtk
    The following NEW packages will be installed:
       cloud-guest-utils cloud-init eatmydata libeatmydata1 python3-configobj
       python3-json-pointer python3-jsonpatch python3-serial
    0 upgraded, 8 newly installed, 0 to remove and 244 not upgraded.
    Need to get 476 kB of archives.
    After this operation, 2,383 kB of additional disk space will be used.
    Do you want to continue? [Y/n]
    
    $ cloud-init -v
    /usr/bin/cloud-init 17.1
    

    Check the documentation for newer versions.


Log in to reply
 

© Lightnetics 2024