Hi,
I am new to chef, please is there a tutorial on how to deploy multiple VM
on openstack with chef?
Thanks in advance.
Regards, Ifeanyi
Hi,
I am new to chef, please is there a tutorial on how to deploy multiple VM
on openstack with chef?
Thanks in advance.
Regards, Ifeanyi
I'd suggest starting here:
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876
From: "Ifeanyi P. Egwutuoha" <ifeanyeg@gmail.commailto:ifeanyeg@gmail.com>
Reply-To: "chef@lists.opscode.commailto:chef@lists.opscode.com" <chef@lists.opscode.commailto:chef@lists.opscode.com>
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.commailto:chef@lists.opscode.com" <chef@lists.opscode.commailto:chef@lists.opscode.com>
Subject: [chef] OpenStack
Hi,
I am new to chef, please is there a tutorial on how to deploy multiple VM on openstack with chef?
Thanks in advance.
Regards, Ifeanyi
Thx, I will.
Regards, ifeanyi
On Friday, September 13, 2013, JJ Asghar wrote:
I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com <javascript:_e({}, 'cvml',
'jj.asghar@peopleadmin.com');> | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" <ifeanyeg@gmail.com <javascript:_e({},
'cvml', 'ifeanyeg@gmail.com');>>
Reply-To: "chef@lists.opscode.com <javascript:_e({}, 'cvml',
'chef@lists.opscode.com');>" <chef@lists.opscode.com <javascript:_e({},
'cvml', 'chef@lists.opscode.com');>>
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com <javascript:_e({}, 'cvml',
'chef@lists.opscode.com');>" <chef@lists.opscode.com <javascript:_e({},
'cvml', 'chef@lists.opscode.com');>>
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple VM
on openstack with chef?Thanks in advance.
Regards, Ifeanyi
Hi
I use knife-openstack plugin (https://github.com/opscode/knife-openstack)
on Nectar Research Clould and the configuration of my knife.rb is shown
below:
knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"
scheme should be HTTP
knife[:openstack_auth_url] = "
https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"
I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.
Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar jj.asghar@peopleadmin.comwrote:
I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple VM
on openstack with chef?Thanks in advance.
Regards, Ifeanyi
I think your username should be without @uws.edu.au username@uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha ifeanyeg@gmail.comwrote:
Hi
I use knife-openstack plugin (https://github.com/opscode/knife-openstack)
on Nectar Research Clould and the configuration of my knife.rb is shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
knife[:openstack_auth_url] = "
https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar jj.asghar@peopleadmin.comwrote:
I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi
I have removed the @uws.edu.au username@uws.edu.au and I am still getting
the same error.
FATAL: Connection failure, please check your OpenStack username and
password.
My knife.rb detail is shown below:
knife[:openstack_username] = "xxxxxx246"
knife[:openstack_password] = "password"
scheme should be HTTP
###knife[:openstack_auth_url] = "http://cloud.mycompany.com:5000/v2.0/tokens
"
knife[:openstack_auth_url] = "
https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
###knife[:openstack_tenant] = "Your OpenStack tenant name"
Help pls
On Mon, Sep 16, 2013 at 8:52 PM, Jasna Benčić jasna.bencic@teamsnap.comwrote:
I think your username should be without @uws.edu.au username@uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha ifeanyeg@gmail.comwrote:
Hi
I use knife-openstack plugin (https://github.com/opscode/knife-openstack)
on Nectar Research Clould and the configuration of my knife.rb is shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
knife[:openstack_auth_url] = "
https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar jj.asghar@peopleadmin.comwrote:
I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi
Could you post the following?
gem list fog
gem list knife-openstack
knife openstack flavor list -V
Thanks,
Matt Ray
Cloud Integrations Product Lead :: Opscode
512.731.2218 :: matt@opscode.com
mattray :: GitHub :: IRC :: Twitter
On Mon, Sep 16, 2013 at 7:19 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com wrote:
I have removed the @uws.edu.au and I am still getting the same error.
FATAL: Connection failure, please check your OpenStack username and
password.My knife.rb detail is shown below:
knife[:openstack_username] = "xxxxxx246"
knife[:openstack_password] = "password"
Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
###knife[:openstack_auth_url] =
"http://cloud.mycompany.com:5000/v2.0/tokens"knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
###knife[:openstack_tenant] = "Your OpenStack tenant name"Help pls
On Mon, Sep 16, 2013 at 8:52 PM, Jasna Benčić jasna.bencic@teamsnap.com
wrote:I think your username should be without @uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha ifeanyeg@gmail.com
wrote:Hi
I use knife-openstack plugin (https://github.com/opscode/knife-openstack)
on Nectar Research Clould and the configuration of my knife.rb is shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar jj.asghar@peopleadmin.com
wrote:I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi
These are the output I got when the requested commands are executed:
abolap@abolap-desktop:~/chef-repo$ gem list fog
*** LOCAL GEMS ***
fog (1.15.0)
abolap@abolap-desktop:~/chef-repo$ gem list knife-openstack
*** LOCAL GEMS ***
knife-openstack (0.8.1)
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list -V
FATAL: Connection failure, please check your OpenStack username and
password.
Any idea of what the issue is?
Regards, Ifeanyi
On Tue, Sep 17, 2013 at 12:39 AM, Matt Ray matt@opscode.com wrote:
Could you post the following?
gem list fog
gem list knife-openstack
knife openstack flavor list -VThanks,
Matt Ray
Cloud Integrations Product Lead :: Opscode
512.731.2218 :: matt@opscode.com
mattray :: GitHub :: IRC :: TwitterOn Mon, Sep 16, 2013 at 7:19 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com wrote:I have removed the @uws.edu.au and I am still getting the same error.
FATAL: Connection failure, please check your OpenStack username and
password.My knife.rb detail is shown below:
knife[:openstack_username] = "xxxxxx246"
knife[:openstack_password] = "password"
Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
###knife[:openstack_auth_url] =
"http://cloud.mycompany.com:5000/v2.0/tokens"knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
###knife[:openstack_tenant] = "Your OpenStack tenant name"Help pls
On Mon, Sep 16, 2013 at 8:52 PM, Jasna Benčić <jasna.bencic@teamsnap.com
wrote:
I think your username should be without @uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha <
ifeanyeg@gmail.com>
wrote:Hi
I use knife-openstack plugin (
GitHub - chef/knife-openstack: Chef Infra knife plug-in for OpenStack)
on Nectar Research Clould and the configuration of my knife.rb is shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar jj.asghar@peopleadmin.com
wrote:I'd suggest starting here:
GitHub - chef/knife-openstack: Chef Infra knife plug-in for OpenStack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi
Please any update on this?
Regards, Ifeanyi
On Tue, Sep 17, 2013 at 8:38 AM, Ifeanyi P. Egwutuoha ifeanyeg@gmail.comwrote:
These are the output I got when the requested commands are executed:
abolap@abolap-desktop:~/chef-repo$ gem list fog
*** LOCAL GEMS ***
fog (1.15.0)
abolap@abolap-desktop:~/chef-repo$ gem list knife-openstack*** LOCAL GEMS ***
knife-openstack (0.8.1)
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list -VFATAL: Connection failure, please check your OpenStack username and
password.Any idea of what the issue is?
Regards, Ifeanyi
On Tue, Sep 17, 2013 at 12:39 AM, Matt Ray matt@opscode.com wrote:
Could you post the following?
gem list fog
gem list knife-openstack
knife openstack flavor list -VThanks,
Matt Ray
Cloud Integrations Product Lead :: Opscode
512.731.2218 :: matt@opscode.com
mattray :: GitHub :: IRC :: TwitterOn Mon, Sep 16, 2013 at 7:19 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com wrote:I have removed the @uws.edu.au and I am still getting the same error.
FATAL: Connection failure, please check your OpenStack username and
password.My knife.rb detail is shown below:
knife[:openstack_username] = "xxxxxx246"
knife[:openstack_password] = "password"
Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
###knife[:openstack_auth_url] =
"http://cloud.mycompany.com:5000/v2.0/tokens"knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
###knife[:openstack_tenant] = "Your OpenStack tenant name"Help pls
On Mon, Sep 16, 2013 at 8:52 PM, Jasna Benčić <
jasna.bencic@teamsnap.com>
wrote:I think your username should be without @uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha <
ifeanyeg@gmail.com>
wrote:Hi
I use knife-openstack plugin (
https://github.com/opscode/knife-openstack)
on Nectar Research Clould and the configuration of my knife.rb is
shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port,
the
scheme should be HTTP
knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar <jj.asghar@peopleadmin.com
wrote:
I'd suggest starting here:
https://github.com/opscode/knife-openstack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy
multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi
Sorry, I was offsite for a customer event. If you could send me the
full stack trace that would probably help, if it's publicly facing the
credentials would be useful too.
Thanks,
Matt Ray
Cloud Integrations Product Lead :: Opscode
512.731.2218 :: matt@opscode.com
mattray :: GitHub :: IRC :: Twitter
On Wed, Sep 18, 2013 at 8:35 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com wrote:
Please any update on this?
Regards, Ifeanyi
On Tue, Sep 17, 2013 at 8:38 AM, Ifeanyi P. Egwutuoha ifeanyeg@gmail.com
wrote:These are the output I got when the requested commands are executed:
abolap@abolap-desktop:~/chef-repo$ gem list fog
*** LOCAL GEMS ***
fog (1.15.0)
abolap@abolap-desktop:~/chef-repo$ gem list knife-openstack*** LOCAL GEMS ***
knife-openstack (0.8.1)
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list -VFATAL: Connection failure, please check your OpenStack username and
password.Any idea of what the issue is?
Regards, Ifeanyi
On Tue, Sep 17, 2013 at 12:39 AM, Matt Ray matt@opscode.com wrote:
Could you post the following?
gem list fog
gem list knife-openstack
knife openstack flavor list -VThanks,
Matt Ray
Cloud Integrations Product Lead :: Opscode
512.731.2218 :: matt@opscode.com
mattray :: GitHub :: IRC :: TwitterOn Mon, Sep 16, 2013 at 7:19 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com wrote:I have removed the @uws.edu.au and I am still getting the same error.
FATAL: Connection failure, please check your OpenStack username and
password.My knife.rb detail is shown below:
knife[:openstack_username] = "xxxxxx246"
knife[:openstack_password] = "password"
Note: If you are not proxying HTTPS to the OpenStack auth port, the
scheme should be HTTP
###knife[:openstack_auth_url] =
"http://cloud.mycompany.com:5000/v2.0/tokens"knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
###knife[:openstack_tenant] = "Your OpenStack tenant name"Help pls
On Mon, Sep 16, 2013 at 8:52 PM, Jasna Benčić
jasna.bencic@teamsnap.com
wrote:I think your username should be without @uws.edu.au
On Mon, Sep 16, 2013 at 7:42 AM, Ifeanyi P. Egwutuoha
ifeanyeg@gmail.com
wrote:Hi
I use knife-openstack plugin
(GitHub - chef/knife-openstack: Chef Infra knife plug-in for OpenStack)
on Nectar Research Clould and the configuration of my knife.rb is
shown
below:knife[:openstack_username] = "username@uws.edu.au"
knife[:openstack_password] = "password"Note: If you are not proxying HTTPS to the OpenStack auth port,
the
scheme should be HTTP
knife[:openstack_auth_url] =
"https://keystone.rc.nectar.org.au:5000/v2.0/tokens"
knife[:openstack_tenant] = "pt-2739"I got a fatal error when the following is excuted
abolap@abolap-desktop:~/chef-repo$ knife openstack flavor list
FATAL: Connection failure, please check your OpenStack username and
password.Is there anything I am missing in knife.rb?
Please assist
On Fri, Sep 13, 2013 at 8:34 AM, JJ Asghar
jj.asghar@peopleadmin.com
wrote:I'd suggest starting here:
GitHub - chef/knife-openstack: Chef Infra knife plug-in for OpenStack
Best Regards,
JJ Asghar
e: jj.asghar@peopleadmin.com | c: 512.619.0722 | o: 512.977.5876From: "Ifeanyi P. Egwutuoha" ifeanyeg@gmail.com
Reply-To: "chef@lists.opscode.com" chef@lists.opscode.com
Date: Thursday, September 12, 2013 4:31 PM
To: "chef@lists.opscode.com" chef@lists.opscode.com
Subject: [chef] OpenStackHi,
I am new to chef, please is there a tutorial on how to deploy
multiple
VM on openstack with chef?Thanks in advance.
Regards, Ifeanyi