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