diff options
author | iharijono <indra.harijono@huawei.com> | 2018-05-08 18:27:59 -0700 |
---|---|---|
committer | Indra Harijono <indra.harijono@huawei.com> | 2018-07-23 13:36:10 -0700 |
commit | dc421a4df9c86bbdffa68107a50bf267f20a5268 (patch) | |
tree | b6e01de1d6cb3a8051dba7e29b88e6d80b2405a8 /samples | |
parent | 0254cb223d2eace1eaf295eacf4cea4fc4fd9844 (diff) |
Adding cassandra service with a separate yaml file.
- Left the file samples/scenarios/service_delivery_controller_opnfv.yaml unchanged.
- Added a yaml definition of Cassandra StatefulSet and its service into a separate file under tools directory
- Cassandra Service run with 1 replica
- Deleted 'data-plane-ns' and use 'default' instead for cassandra containers.
- Revoked changes for samples/scenarios/service_delivery_controller_opnfv.yaml.
- Added new line (Wutien suggested it)
JIRA: CLOVER-000
Change-Id: I2bb4249cf2523f5011d6fefc69dc469a90e20eaf
Signed-off-by: iharijono <indra.harijono@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/scenarios/service_delivery_controller_opnfv.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/scenarios/service_delivery_controller_opnfv.yaml b/samples/scenarios/service_delivery_controller_opnfv.yaml index ee0adcc..9fee92f 100644 --- a/samples/scenarios/service_delivery_controller_opnfv.yaml +++ b/samples/scenarios/service_delivery_controller_opnfv.yaml @@ -358,4 +358,3 @@ spec: backend: serviceName: proxy-access-control servicePort: 9180 ---- |