Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power


#Servers
#Opensource
 View Only

cloud-init and python-swiftclient for AIX

  • 1.  cloud-init and python-swiftclient for AIX

    Posted 10/15/16 09:51 PM

    Originally posted by: sanket


    cloud-init and python-swiftclient tools are available for AIX on AIX toolbox.

    cloud-init is the early initialization tool of cloud instances.

    python-swiftclient  is a python client for the Swift API.

    These tools can be installed using YUM and YUM will install all of their dependencies from AIX toolbox.

    For YUM on AIX you can refer to my previous post https://www.ibm.com/developerworks/community/forums/html/topic?id=7b40a6b0-35cc-4deb-87fe-72824fbd3170

     

    To install cloud-init using yum

    # yum install cloud-init

     

    To install python-swiftclient using yum

    # yum install python-swiftclient

     

     


    #AIX-Open-Source-Software
    #AIXOpenSource