You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-22
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# CloudStack Cookbook
2
2
3
-
Install and configure [Apache Cloudstack](http://cloudstack.apache.org) using [Chef](http://www.chef.io/). A wrapper cookbook is prefered in order to Install Apache CloudStack properly, refer to [cloudstack_wrapper cookbook](https://github.com/cloudops/cookbook_cloudstack_wrapper) for example.
Install and configure [Apache Cloudstack](http://cloudstack.apache.org) using [Chef](http://www.chef.io/). A wrapper cookbook is prefered in order to Install Apache CloudStack properly, refer to [cloudstack_wrapper cookbook](https://github.com/cloudops/cookbook_cloudstack_wrapper) for example.
6
7
7
-
Tested on CentOS 7 and Ubuntu 16.04
8
+
Tested on CentOS 7
9
+
Some parts work with Ubuntu 16.04 but this cookbook does not perform all configuraiton required for CloudStack Management-server on Ubuntu.
8
10
9
11
## Table of Contents
10
12
@@ -42,7 +44,7 @@ More info on: http://cloudstack.apache.org/
42
44
-`yum` - packages management
43
45
-`apt` - packages management
44
46
-`mysql` - for MySQL database server and client
45
-
-`sudo` - to configure sudoers for user "cloud"
47
+
-`sudo` - to configure sudoers for user `cloud`
46
48
47
49
There is a dependency on Ruby gem [cloudstack_ruby_client](https://github.com/chipchilders/cloudstack_ruby_client) for chef which is handle in `recipe[cloudstack::default]`.
48
50
@@ -54,18 +56,18 @@ Create MySQL database and connection configuration used by CloudStack management
54
56
55
57
```ruby
56
58
# Using attributes
57
-
cloudstack_setup_database node["cloudstack"]["db"]["host"] do
0 commit comments