summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-23 23:52:52 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-23 23:52:52 -0400
commit614d78e86dd10528f12adee39904ac3ec077fe5c (patch)
tree7fd76d842298a17f960a2bc7e445d37a4a25c927
parent649327f80dc331943d448e87f73ecaadcc78a22a (diff)
downloadmeta-cloud-services-614d78e86dd10528f12adee39904ac3ec077fe5c.tar.gz
documentation: remove non-yocto script references
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/Documentation/README.ceph-openstack21
-rw-r--r--meta-openstack/Documentation/README.heat17
-rw-r--r--meta-openstack/Documentation/README.swift16
3 files changed, 2 insertions, 52 deletions
diff --git a/meta-openstack/Documentation/README.ceph-openstack b/meta-openstack/Documentation/README.ceph-openstack
index 8f11f2d..0fecc0f 100644
--- a/meta-openstack/Documentation/README.ceph-openstack
+++ b/meta-openstack/Documentation/README.ceph-openstack
@@ -226,27 +226,6 @@ However, these 2 replications are stored into the same machine (which
226is Controller node). 226is Controller node).
227 227
228 228
229Build Configuration Options
230===========================
231
232* Controller build config options:
233
234 --enable-board=intel-xeon-core \
235 --enable-rootfs=ovp-openstack-controller \
236 --enable-kernel=preempt-rt \
237 --enable-addons=wr-ovp-openstack,wr-ovp \
238 --with-template=feature/openstack-tests \
239 --enable-unsupported-config=yes
240
241* Compute build config options:
242
243 --enable-board=intel-xeon-core \
244 --enable-rootfs=ovp-openstack-compute \
245 --enable-kernel=preempt-rt \
246 --enable-addons=wr-ovp-openstack,wr-ovp \
247 --enable-unsupported-config=yes
248
249
250Testing Commands and Expected Results 229Testing Commands and Expected Results
251===================================== 230=====================================
252 231
diff --git a/meta-openstack/Documentation/README.heat b/meta-openstack/Documentation/README.heat
index 276ad23..95d2e08 100644
--- a/meta-openstack/Documentation/README.heat
+++ b/meta-openstack/Documentation/README.heat
@@ -20,23 +20,6 @@ then Heat can add or remove resources into or out of that stack to handle
20the changing demands. 20the changing demands.
21 21
22 22
23Build Configuration Options
24===========================
25
26* Controller build config options:
27
28 --enable-board=intel-xeon-core \
29 --enable-rootfs=ovp-openstack-controller \
30 --enable-addons=wr-ovp-openstack,wr-ovp \
31 --with-template=feature/openstack-tests
32
33* Compute build config options:
34
35 --enable-board=intel-xeon-core \
36 --enable-rootfs=ovp-openstack-compute \
37 --enable-addons=wr-ovp-openstack,wr-ovp
38
39
40Test Steps 23Test Steps
41========== 24==========
42 25
diff --git a/meta-openstack/Documentation/README.swift b/meta-openstack/Documentation/README.swift
index 8429a2e..88ca095 100644
--- a/meta-openstack/Documentation/README.swift
+++ b/meta-openstack/Documentation/README.swift
@@ -135,20 +135,8 @@ in which the volume backups will be saved into.
135Build Configuration Options 135Build Configuration Options
136=========================== 136===========================
137 137
138* Controller build config options: 138To add/deploy swift as part of a controller build, add the following layer
139 139to your configuration: meta-cloud-services/meta-openstack-swift-deploy
140 --enable-board=intel-xeon-core \
141 --enable-rootfs=ovp-openstack-controller \
142 --enable-addons=wr-ovp-openstack,wr-ovp \
143 --with-template=feature/openstack-tests \
144 --with-layer=meta-cloud-services/meta-openstack-swift-deploy
145
146* Compute build config options:
147
148 --enable-board=intel-xeon-core \
149 --enable-rootfs=ovp-openstack-compute \
150 --enable-addons=wr-ovp-openstack,wr-ovp
151
152 140
153Test Steps 141Test Steps
154========== 142==========