jjhua
f3bc8f145a
correct the errors in the allinone template(using single flat network)
2013-12-17 20:53:30 -05:00
jjhua
413ec01107
add the role os-block-storage-volume for cinder
2013-12-17 20:50:58 -05:00
jjhua
83f82660ca
enhanced the role for cinder
2013-12-17 15:12:10 -05:00
jjhua
df0ec5b14b
It will output some errors when using new chef/chef-server. The errors will not affect the
...
whole procedure. Update the cookbooks to revmoe the error mesages.
2013-12-17 14:50:17 -05:00
jjhua
b9c3d71d6f
if we set up the chef-server during os provision, there are some error messages
...
in the /var/log/messages on the management node. Fixed them.
2013-12-17 14:10:53 -05:00
jjhua
672f7548a3
two environment template files if develop_mode=false
2013-12-02 16:36:19 -05:00
jjhua
0da6df2117
at present, we will use "develop_mode=true", so I change the value
...
of develop_mode in the example to "true".
2013-11-29 16:16:57 -05:00
jjhua
1d39d95386
add two examples of the environment files
2013-11-29 14:55:27 -05:00
jjhua
25ef66f1d2
databags and related items in the openstack chef cookbooks.
...
These are some examples, they can work with the current cookbooks.
If there are some changes in the cookbooks, please update the
databags and related items
2013-11-29 14:44:34 -05:00
jjhua
f3925b9cf0
To support databag in openstack chef cookbook.
...
--nodevmode is only used when running all the procedure, and will
generate the secret, create the databag, and load the databag item
2013-11-29 14:32:42 -05:00
jjhua
59ca686eec
To support developer_mode=false, we need to use databag. There was
...
a bug in rabbimq-server(could not change the guest's password). Fixed
it.
2013-11-28 13:50:07 -05:00
jjhua
54f2ee5abe
add the role[os-network-dhcp-agent] into os-compute-single-controller.rb .
...
It could be used to allocate IP for the nova VMs when using role[allinone-compute]
2013-11-28 13:45:08 -05:00
jjhua
e432c238f9
fixed bug 3904, if the environements dir doesn't exsit, create it.
2013-11-18 16:26:03 -05:00
jjhua
c8053583bd
fixed bug 3898
2013-11-18 15:37:15 -05:00
jjhua
d9e220238d
Merge branch '2.8' of ssh://jjhua@git.code.sf.net/p/xcat/xcat-core into 2.8
2013-11-13 11:20:16 -05:00
jjhua
11e7b02653
create the /install/chef-cookbooks directory in spec file
2013-11-12 15:51:50 -05:00
jjhua
55af05f8a3
update the spec file for chef-cookbooks
2013-11-12 15:43:00 -05:00
jjhua
93a98c256c
fixed a minor issue in the cloud template file
2013-11-12 15:37:07 -05:00
jjhua
3b18b981c5
fixed bug3890. When there are two interfaces(pubinterface and mgtinterface) on the controller node,
...
There are something wrong with the cookbooks. fixed it
2013-11-12 15:31:50 -05:00
jjhua
1bf4253477
the two template files are in ./xCAT-OpenStack/templates/cloud_environment/.
...
So remove them from the chef-cookbooks directory.
2013-11-12 10:31:48 -05:00
jjhua
467d0873de
add the openstack-chef-cookbook for grizzly
2013-11-12 10:24:04 -05:00
xq2005
dd9b1b51ba
build xcat-openstack on ubuntu
2013-11-12 01:41:23 -08:00
xq2005
eeaf1cdd72
build xcat-openstack on ubuntu
2013-11-11 03:00:38 -08:00
jjhua
882d46d0b1
checkin the configgw script
2013-11-11 16:07:59 -05:00
xq2005
4afaf438ea
build xcat-openstack on ubuntu
2013-11-11 01:47:01 -08:00
xq2005
1f68b5b240
build xcat-openstack on ubuntu
2013-11-07 00:53:21 -08:00
xq2005
f1ee97941e
build xcat-openstack on ubuntu
2013-11-07 00:50:29 -08:00
xq2005
57ec0d82b6
build xcat-openstack on ubuntu
2013-11-07 00:12:55 -08:00
Bruce Potter
f383337d78
add blding man pages to openstack spec
2013-11-01 19:00:04 -04:00
Bruce Potter
019c780fcd
add db2man for blding xCAT-OpenStack man pages
2013-11-01 18:52:05 -04:00
Bruce Potter
fdbf81c1cf
build openstack db man pages
2013-11-01 18:43:22 -04:00
jjhua
1e7149a25a
copy the template files to the destination
2013-10-31 16:55:56 -04:00
jjhua
710b096765
add the cloud environment template files
2013-10-31 16:45:06 -04:00
jjhua
bbe98da471
fixed some issues about errors and messages found by Linda
2013-10-31 16:06:38 -04:00
jjhua
b1c7fda43c
move setup_openstack_repo from xCAT/postscripts/ to xCAT-OpenStack/postscripts, and it will be packed into xCAT-OpenStack package
2013-10-28 10:58:45 -04:00
jjhua
2cb204a14a
remove the print Dumper()
2013-10-27 16:17:55 -04:00
jjhua
0a80486708
add a new postscript configbr-ex to configure the external bridge for Cloud
2013-10-25 14:48:59 -04:00
jjhua
b21ee18901
add a new postscript configbr-ex to configure the external bridge for Cloud
2013-10-25 14:45:37 -04:00
jjhua
66ea7851a6
add the ./sbin/makeclouddata command in xCAT-OpenStack package
2013-10-23 22:29:58 -04:00
jjhua
7057cd4439
change loadchefdata to loadclouddata; move the code related to read from cloud/clouds table from Postage.pm to Cloud.pm in xCAT-OpenStack
2013-10-23 22:08:52 -04:00
jjhua
bfbb333379
changes for the command makeclouddata
2013-10-22 10:47:28 -04:00
jjhua
d659213d9b
code for OpenStack-Chef-cookbook/xCAT intergration
2013-10-22 09:42:15 -04:00
ligc
b4dce6b70f
Update Clouds table for xCAT-OpenStack
2013-10-18 15:54:20 +08:00
mellor
1dd5758ff7
defect 3670 - add xcatd reload to post section for xCAT-OpenStack rpm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16872 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-03 15:31:59 +00:00
xq2005
ec54b30aa4
add changelog for building xcat-openstack on ubuntu
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16852 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-01 07:59:21 +00:00
xq2005
804fd22cf2
change the source format into 1.0 on ubuntu/debian
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-01 07:53:40 +00:00
xq2005
b27065d834
build xcat-openstack on ubuntu/debian
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-01 07:33:10 +00:00
bp-sawyers
c2afea1cb8
fix building of xCAT-OpenStack
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16798 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-06-27 07:03:45 +00:00
mellor
c1bad5bcf6
files for new xCAT-OpenStack rpm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16776 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-06-26 18:48:02 +00:00