Browse Source

test/ci: setup network manager

Vadim Rutkovsky 6 years ago
parent
commit
31a9c28d14
2 changed files with 3 additions and 0 deletions
  1. 2 0
      test/ci/launch.yml
  2. 1 0
      test/ci/vars.yml.sample

+ 2 - 0
test/ci/launch.yml

@@ -76,5 +76,7 @@
     - wait_for_connection: {}
     - setup: {}
 
+
+- import_playbook: ../../playbooks/openshift-node/network_manager.yml
 - import_playbook: ../../playbooks/prerequisites.yml
 - import_playbook: ../../playbooks/deploy_cluster.yml

+ 1 - 0
test/ci/vars.yml.sample

@@ -4,6 +4,7 @@ vm_prefix: "ci_test"
 type: aws
 aws_user: "ec2-user"
 python: "/usr/bin/python"
+
 aws_key: "libra"
 aws_region: "us-east-1"
 aws_cluster_id: "ci"