@@ -85,7 +85,7 @@ var _ = Describe("kismatic", func() {
85
85
allowPackageInstallation : true ,
86
86
}
87
87
ItOnAWS ("should install successfully [slow]" , func (aws infrastructureProvisioner ) {
88
- WithInfrastructure (NodeCount {1 , 1 , 1 , 1 , 1 }, CentOS7 , aws , func (nodes provisionedNodes , sshKey string ) {
88
+ WithInfrastructure (NodeCount {1 , 1 , 1 , 1 , 1 }, Ubuntu1604LTS , aws , func (nodes provisionedNodes , sshKey string ) {
89
89
err := installKismatic (nodes , installOpts , sshKey )
90
90
Expect (err ).ToNot (HaveOccurred ())
91
91
})
@@ -124,7 +124,7 @@ var _ = Describe("kismatic", func() {
124
124
// This spec is open to modification when new assertions have to be made
125
125
Context ("when deploying a skunkworks cluster" , func () {
126
126
ItOnAWS ("should install successfully [slow]" , func (aws infrastructureProvisioner ) {
127
- WithInfrastructureAndDNS (NodeCount {3 , 2 , 3 , 2 , 2 }, CentOS7 , aws , func (nodes provisionedNodes , sshKey string ) {
127
+ WithInfrastructureAndDNS (NodeCount {3 , 2 , 3 , 2 , 2 }, Ubuntu1604LTS , aws , func (nodes provisionedNodes , sshKey string ) {
128
128
// reserve one of the workers for the add-worker test
129
129
allWorkers := nodes .worker
130
130
nodes .worker = allWorkers [0 : len (nodes .worker )- 1 ]
@@ -168,7 +168,7 @@ var _ = Describe("kismatic", func() {
168
168
})
169
169
170
170
ItOnPacket ("should install successfully [slow]" , func (packet infrastructureProvisioner ) {
171
- WithMiniInfrastructure (CentOS7 , packet , func (node NodeDeets , sshKey string ) {
171
+ WithMiniInfrastructure (Ubuntu1604LTS , packet , func (node NodeDeets , sshKey string ) {
172
172
err := installKismaticMini (node , sshKey )
173
173
Expect (err ).ToNot (HaveOccurred ())
174
174
})
0 commit comments