Re: [ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-09 Thread Amarjeet Raja
Hi Benny, As far as I know, Ansible doesn't have any modules which can do inital configuration of an ILO. However, You can automate the ILO configuration using HP Oneview along with ansible. You can find the details in this url : https://h20195.www2.hpe.com/v2/getpdf.aspx/4AA6-6348ENW.pdf

Re: [ansible-project] Ansible gave "Error fetching server list on envvars:RegionOne" error

2017-03-31 Thread Amarjeet Raja
Hi, Looks like you misunderstood my previous mail, there is no need to edit your openrc file. The OS_server module can load the login details from openrc file. Hard coding openstack logins in playbook is not a recommended practice. You can use the sample snippet given below to create an instance

Re: [ansible-project] Ansible gave "Error fetching server list on envvars:RegionOne" error

2017-03-30 Thread Amarjeet Raja
Hi, The issue is not related to your playbook. The error is from openstack side looks like you are missing domain in environment varibales. Try adding domain in your your openrc file and run the playbook in verbose mode. Also it looks like your system is trying to connect to region two and in