Skip to content

Commit c48215e

Browse files
enzocandottiEnzo Candotti
andauthored
Upversion to 2.0.9 (#110)
Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com> Co-authored-by: Enzo Candotti <enzo.candotti@windriver.com>
1 parent 9731ffd commit c48215e

20 files changed

+100
-100
lines changed

DEBUGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To re-apply a new set of overrides to an existing installation the Helm upgrade
9797
command can simply be re-executed.
9898
9999
```
100-
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.8.tgz
100+
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9.tgz
101101
```
102102

103103
## Enabling version API interaction logs

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ directly into the StarlingX local Docker registry.
499499
500500
```bash
501501
export OFFLINE_IMAGE_PATH="/some/path/to/images"
502-
docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.8
502+
docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.9
503503
docker save wind-river/cloud-platform-deployment-manager | gzip > ${OFFLINE_IMAGE_PATH}/wind-river-cloud-platform-deployment-manager-images.tgz
504504
```
505505
@@ -524,12 +524,12 @@ A pre-built copy of the Deployment Manager Helm chart can be downloaded from
524524
this repo at the following location. Alternatively, it can be accessed
525525
directly from the cloned repo in the ```docs/charts``` directory.
526526
527-
https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.8.tgz
527+
https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.9.tgz
528528
529529
It can be deployed using the following command.
530530
531531
```bash
532-
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.8.tgz
532+
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.9.tgz
533533
```
534534
535535
If any configuration values need to be overridden at installation time then a
@@ -538,7 +538,7 @@ further details on managing and deploying Helm charts please refer to Helm
538538
documentation for more information.
539539
540540
```bash
541-
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.8.tgz
541+
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9.tgz
542542
```
543543
544544
The default Helm chart assumes that the Deployment Manager image is present in
@@ -554,7 +554,7 @@ image location can be overridden to specify a private URL using the following
554554
syntax assuming that the private registry is hosted at "your.registry.org".
555555
556556
```bash
557-
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.8.tgz
557+
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.9.tgz
558558
```
559559
560560
@@ -642,7 +642,7 @@ more detailed information on how to set playbook variables and how to run
642642
playbooks please refer to the Ansible documentation.
643643
644644
```bash
645-
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.8.tgz" -e @ansible-overrides.yaml
645+
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.9.tgz" -e @ansible-overrides.yaml
646646
```
647647
648648
The system deployment configuration file must be specified using the

examples/aio-dx-https-with-cert-manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ kind: DataNetwork
9898
metadata:
9999
labels:
100100
controller-tools.k8s.io: "1.0"
101-
name: group0-data0
101+
name: group0-data0b
102102
namespace: deployment
103103
spec:
104-
description: group0 data networks for the tenant1 networks.
104+
description: group0 data networks for the shared internal networks.
105105
mtu: 1500
106106
type: vlan
107107
---
@@ -110,10 +110,10 @@ kind: DataNetwork
110110
metadata:
111111
labels:
112112
controller-tools.k8s.io: "1.0"
113-
name: group0-data0b
113+
name: group0-data0
114114
namespace: deployment
115115
spec:
116-
description: group0 data networks for the shared internal networks.
116+
description: group0 data networks for the tenant1 networks.
117117
mtu: 1500
118118
type: vlan
119119
---

examples/aio-dx-https.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ kind: DataNetwork
3939
metadata:
4040
labels:
4141
controller-tools.k8s.io: "1.0"
42-
name: group0-data0
42+
name: group0-data0b
4343
namespace: deployment
4444
spec:
45-
description: group0 data networks for the tenant1 networks.
45+
description: group0 data networks for the shared internal networks.
4646
mtu: 1500
4747
type: vlan
4848
---
@@ -51,10 +51,10 @@ kind: DataNetwork
5151
metadata:
5252
labels:
5353
controller-tools.k8s.io: "1.0"
54-
name: group0-data0b
54+
name: group0-data0
5555
namespace: deployment
5656
spec:
57-
description: group0 data networks for the shared internal networks.
57+
description: group0 data networks for the tenant1 networks.
5858
mtu: 1500
5959
type: vlan
6060
---

examples/aio-dx-vxlan.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ kind: DataNetwork
2828
metadata:
2929
labels:
3030
controller-tools.k8s.io: "1.0"
31-
name: group0-data0
31+
name: group0-data0b
3232
namespace: deployment
3333
spec:
34-
description: group0 data networks for the tenant1 networks.
34+
description: group0 data networks for the shared internal networks.
3535
mtu: 1500
3636
type: vlan
3737
---
@@ -40,10 +40,10 @@ kind: DataNetwork
4040
metadata:
4141
labels:
4242
controller-tools.k8s.io: "1.0"
43-
name: group0-data0b
43+
name: group0-data0
4444
namespace: deployment
4545
spec:
46-
description: group0 data networks for the shared internal networks.
46+
description: group0 data networks for the tenant1 networks.
4747
mtu: 1500
4848
type: vlan
4949
---
@@ -93,14 +93,15 @@ kind: DataNetwork
9393
metadata:
9494
labels:
9595
controller-tools.k8s.io: "1.0"
96-
name: group0-vxlan0
96+
name: group0-vxlan0b
9797
namespace: deployment
9898
spec:
99-
description: group0 vxlan data networks for the tenant1 networks.
99+
description: group0 vxlan data networks for the shared internal networks.
100100
mtu: 1400
101101
type: vxlan
102102
vxlan:
103-
endpointMode: static
103+
endpointMode: dynamic
104+
multicastGroup: 239.0.1.10
104105
ttl: 10
105106
udpPortNumber: 4789
106107
---
@@ -109,15 +110,14 @@ kind: DataNetwork
109110
metadata:
110111
labels:
111112
controller-tools.k8s.io: "1.0"
112-
name: group0-vxlan0b
113+
name: group0-vxlan0
113114
namespace: deployment
114115
spec:
115-
description: group0 vxlan data networks for the shared internal networks.
116+
description: group0 vxlan data networks for the tenant1 networks.
116117
mtu: 1400
117118
type: vxlan
118119
vxlan:
119-
endpointMode: dynamic
120-
multicastGroup: 239.0.1.10
120+
endpointMode: static
121121
ttl: 10
122122
udpPortNumber: 4789
123123
---

examples/aio-dx.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ kind: DataNetwork
2828
metadata:
2929
labels:
3030
controller-tools.k8s.io: "1.0"
31-
name: group0-data0
31+
name: group0-data0b
3232
namespace: deployment
3333
spec:
34-
description: group0 data networks for the tenant1 networks.
34+
description: group0 data networks for the shared internal networks.
3535
mtu: 1500
3636
type: vlan
3737
---
@@ -40,10 +40,10 @@ kind: DataNetwork
4040
metadata:
4141
labels:
4242
controller-tools.k8s.io: "1.0"
43-
name: group0-data0b
43+
name: group0-data0
4444
namespace: deployment
4545
spec:
46-
description: group0 data networks for the shared internal networks.
46+
description: group0 data networks for the tenant1 networks.
4747
mtu: 1500
4848
type: vlan
4949
---

examples/aio-sx-geo-location.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ kind: DataNetwork
2828
metadata:
2929
labels:
3030
controller-tools.k8s.io: "1.0"
31-
name: group0-data0
31+
name: group0-data0b
3232
namespace: deployment
3333
spec:
34-
description: group0 data networks for the tenant1 networks.
34+
description: group0 data networks for the shared internal networks.
3535
mtu: 1500
3636
type: vlan
3737
---
@@ -40,10 +40,10 @@ kind: DataNetwork
4040
metadata:
4141
labels:
4242
controller-tools.k8s.io: "1.0"
43-
name: group0-data0b
43+
name: group0-data0
4444
namespace: deployment
4545
spec:
46-
description: group0 data networks for the shared internal networks.
46+
description: group0 data networks for the tenant1 networks.
4747
mtu: 1500
4848
type: vlan
4949
---

examples/aio-sx-https-with-cert-manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ kind: DataNetwork
9898
metadata:
9999
labels:
100100
controller-tools.k8s.io: "1.0"
101-
name: group0-data0
101+
name: group0-data0b
102102
namespace: deployment
103103
spec:
104-
description: group0 data networks for the tenant1 networks.
104+
description: group0 data networks for the shared internal networks.
105105
mtu: 1500
106106
type: vlan
107107
---
@@ -110,10 +110,10 @@ kind: DataNetwork
110110
metadata:
111111
labels:
112112
controller-tools.k8s.io: "1.0"
113-
name: group0-data0b
113+
name: group0-data0
114114
namespace: deployment
115115
spec:
116-
description: group0 data networks for the shared internal networks.
116+
description: group0 data networks for the tenant1 networks.
117117
mtu: 1500
118118
type: vlan
119119
---

examples/aio-sx-https.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ kind: DataNetwork
3939
metadata:
4040
labels:
4141
controller-tools.k8s.io: "1.0"
42-
name: group0-data0
42+
name: group0-data0b
4343
namespace: deployment
4444
spec:
45-
description: group0 data networks for the tenant1 networks.
45+
description: group0 data networks for the shared internal networks.
4646
mtu: 1500
4747
type: vlan
4848
---
@@ -51,10 +51,10 @@ kind: DataNetwork
5151
metadata:
5252
labels:
5353
controller-tools.k8s.io: "1.0"
54-
name: group0-data0b
54+
name: group0-data0
5555
namespace: deployment
5656
spec:
57-
description: group0 data networks for the shared internal networks.
57+
description: group0 data networks for the tenant1 networks.
5858
mtu: 1500
5959
type: vlan
6060
---

examples/aio-sx-single-nic.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ kind: DataNetwork
2828
metadata:
2929
labels:
3030
controller-tools.k8s.io: "1.0"
31-
name: group0-data0
31+
name: group0-data0b
3232
namespace: deployment
3333
spec:
34-
description: group0 data networks for the tenant1 networks.
34+
description: group0 data networks for the shared internal networks.
3535
mtu: 1500
3636
type: vlan
3737
---
@@ -40,10 +40,10 @@ kind: DataNetwork
4040
metadata:
4141
labels:
4242
controller-tools.k8s.io: "1.0"
43-
name: group0-data0b
43+
name: group0-data0
4444
namespace: deployment
4545
spec:
46-
description: group0 data networks for the shared internal networks.
46+
description: group0 data networks for the tenant1 networks.
4747
mtu: 1500
4848
type: vlan
4949
---

0 commit comments

Comments
 (0)