Gate: Fix vars for local development use

This PS resolves an issue in the way ansible variables are merged
re-enableing use of the gate scripts for local development use.

Change-Id: Ia18a9f92816e4cc49f1c5423c04bed8a80abc6dc
This commit is contained in:
portdirect 2017-11-21 15:37:25 -05:00
parent a2449cebcb
commit 70e26302f7
2 changed files with 1 additions and 6 deletions

View File

@ -17,3 +17,4 @@ kubernetes:
default_device: docker0
cluster:
cni: calico
pod_subnet: 192.168.0.0/16

View File

@ -11,9 +11,3 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
kubernetes:
network:
default_device: docker0
cluster:
cni: calico