Skip to content

Commit

Permalink
Update Atomix images in service charts (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo authored May 22, 2020
1 parent 89446a8 commit 154fcc0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion onos-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: onos-config
version: 0.0.4
version: 0.0.5
kubeVersion: ">=1.17.0"
appVersion: v0.6.3
description: ONOS Config Manager
Expand Down
6 changes: 3 additions & 3 deletions onos-config/tests/onos-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ONOSConfigSuite struct {

// TestInstall tests installing the onos-config chart
func (s *ONOSConfigSuite) TestInstall(t *testing.T) {
atomix := helm.Chart("kubernetes-controller", "https://charts.atomix.io").
atomix := helm.Chart("atomix-controller", "https://charts.atomix.io").
Release("onos-config-atomix").
Set("scope", "Namespace")
assert.NoError(t, atomix.Install(true))
Expand All @@ -40,11 +40,11 @@ func (s *ONOSConfigSuite) TestInstall(t *testing.T) {

topo := helm.Chart("onos-topo").
Release("onos-topo").
Set("store.controller", "onos-config-atomix-kubernetes-controller:5679")
Set("store.controller", "onos-config-atomix-atomix-controller:5679")
assert.NoError(t, topo.Install(false))

config := helm.Chart("onos-config").
Release("onos-config").
Set("store.controller", "onos-config-atomix-kubernetes-controller:5679")
Set("store.controller", "onos-config-atomix-atomix-controller:5679")
assert.NoError(t, config.Install(true))
}
2 changes: 1 addition & 1 deletion onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ store:
consensus:
enabled: true
database: ""
image: atomix/raft-storage-node:v0.1.0
image: atomix/raft-storage-node:v0.2.0
imagePullPolicy: IfNotPresent
partitions: 1
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion onos-ric/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: onos-ric
description: ONOS Radio Access Network Intelligent Controller
kubeVersion: ">=1.17.0"
type: application
version: 0.0.6
version: 0.0.7
appVersion: v0.6.5
keywords:
- onos
Expand Down
6 changes: 3 additions & 3 deletions onos-ric/tests/onos-ric.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ONOSRICSuite struct {

// TestInstall tests installing the onos-ric chart
func (s *ONOSRICSuite) TestInstall(t *testing.T) {
atomix := helm.Chart("kubernetes-controller", "https://charts.atomix.io").
atomix := helm.Chart("atomix-controller", "https://charts.atomix.io").
Release("onos-ric-atomix").
Set("scope", "Namespace")
assert.NoError(t, atomix.Install(true))
Expand All @@ -45,11 +45,11 @@ func (s *ONOSRICSuite) TestInstall(t *testing.T) {

topo := helm.Chart("onos-topo").
Release("onos-topo").
Set("store.controller", "onos-ric-atomix-kubernetes-controller:5679")
Set("store.controller", "onos-ric-atomix-atomix-controller:5679")
assert.NoError(t, topo.Install(false))

ric := helm.Chart("onos-ric").
Release("onos-ric").
Set("store.controller", "onos-ric-atomix-kubernetes-controller:5679")
Set("store.controller", "onos-ric-atomix-atomix-controller:5679")
assert.NoError(t, ric.Install(true))
}
4 changes: 2 additions & 2 deletions onos-ric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ store:
database: ""
partitions: 1
clusters: 1
image: atomix/cache-storage-node:v0.1.0
image: atomix/cache-storage-node:v0.2.0
imagePullPolicy: IfNotPresent
consensus:
enabled: true
database: ""
image: atomix/raft-storage-node:v0.1.0
image: atomix/raft-storage-node:v0.2.0
imagePullPolicy: IfNotPresent
partitions: 1
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: onos-topo
description: ONOS Topology service
kubeVersion: ">=1.17.0"
type: application
version: 0.0.3
version: 0.0.4
appVersion: v0.6.3
keywords:
- onos
Expand Down
4 changes: 2 additions & 2 deletions onos-topo/tests/onos-topo.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ONOSTopoSuite struct {

// TestInstall tests installing the onos-topo chart
func (s *ONOSTopoSuite) TestInstall(t *testing.T) {
atomix := helm.Chart("kubernetes-controller", "https://charts.atomix.io").
atomix := helm.Chart("atomix-controller", "https://charts.atomix.io").
Release("onos-topo-atomix").
Set("scope", "Namespace")
assert.NoError(t, atomix.Install(true))
Expand All @@ -40,6 +40,6 @@ func (s *ONOSTopoSuite) TestInstall(t *testing.T) {

topo := helm.Chart("onos-topo").
Release("onos-topo").
Set("store.controller", "onos-topo-atomix-kubernetes-controller:5679")
Set("store.controller", "onos-topo-atomix-atomix-controller:5679")
assert.NoError(t, topo.Install(true))
}
2 changes: 1 addition & 1 deletion onos-topo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ store:
consensus:
enabled: true
database: ""
image: atomix/raft-storage-node:v0.1.0
image: atomix/raft-storage-node:v0.2.0
imagePullPolicy: IfNotPresent
partitions: 1
replicas: 1
Expand Down

0 comments on commit 154fcc0

Please sign in to comment.