Full stack deployment using UCD – Part2
Now in this blog , we shall be looking at integrating with AWS .
In Blueprint Designer under Administration , select clouds and create a cloud connection by clicking on ‘Add New Cloud’.
In the Edit tab give the connection a name and select ‘Amazon Web Services’ cloud type. Uncheck “Use default orchestration engine” and enter the Identity and Orchestration end points. Replace {hostname} with the fully qualified name of the server hosting the Openstack Identity and HEAT services. Click Save.
- Identity URL: http://<hostname>:5000/v3
- Orchestration : http://<hostname>:8004
Now under Users , create a new Realm Openstack and provide the Identity Realm , Orchestration URL and admin credentials as below . Once Test Connection is successful we will go import users.
Next under Users – select the Openstack realm which was created above and then import the users – as seen we see users admin and heat imported.
Now that we have the users imported , we will focus on Giving Roles to user and also adding them to Team .
In the Authorization field , one can add Amazon Access ID and secret and Test Connection.
The Cloud Discovery service provides information about available images, regions, and flavors to the blueprint design server. This service runs with a default set of options, but you can customize these options so your images, regions and flavors are shown in the blueprint designer by refering following link . In my case , I left setting as default to show all images.
We are all set now . on home page on clicking on clouds , it displays various regions and we can select specific region where we would like to work .
In my next and final blog , we shall see how to create the blueprint .
- Posted in: Uncategorized