This repository was archived by the owner on Sep 28, 2018. It is now read-only.
forked from openshift/openshift-ansible
-
Notifications
You must be signed in to change notification settings - Fork 4
Istio playbook fails to install -> "Path roles/openshift_istio/files/istio.yaml does not exist !" #1
Copy link
Copy link
Open
Description
Command executed
git clone https://github.com/openshift-istio/openshift-ansible.git && cd openshift-ansible
ansible-playbook -i cloud_host playbooks/openshift-istio/config.yml
Result
...
TASK [openshift_istio : Update images in the configuration files if not running community] ********************************************************************************************************************************************
Thursday 26 April 2018 10:48:41 +0200 (0:00:00.114) 0:00:09.062 ********
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
included: /Users/dabou/Temp/to-be-deleted/openshift-ansible/roles/openshift_istio/tasks/modify_image_names.yml for 192.168.99.50
TASK [openshift_istio : Modify image names in configuration file roles/openshift_istio/files/istio.yaml] ******************************************************************************************************************************
Thursday 26 April 2018 10:48:42 +0200 (0:00:00.650) 0:00:09.712 ********
failed: [192.168.99.50] (item={'value': u'openshiftistio/istio-ca-centos7:0.7.1', 'key': u'docker.io/istio/istio-ca:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/istio-ca:{{default_istio_image_tag}}", "value": "openshiftistio/istio-ca-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
failed: [192.168.99.50] (item={'value': u'openshiftistio/pilot-centos7:0.7.1', 'key': u'docker.io/istio/pilot:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/pilot:{{default_istio_image_tag}}", "value": "openshiftistio/pilot-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
failed: [192.168.99.50] (item={'value': u'openshiftistio/proxy-init-centos7:0.7.1', 'key': u'docker.io/istio/proxy_init:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/proxy_init:{{default_istio_image_tag}}", "value": "openshiftistio/proxy-init-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
failed: [192.168.99.50] (item={'value': u'openshiftistio/proxy-centos7:0.7.1', 'key': u'docker.io/istio/proxy:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/proxy:{{default_istio_image_tag}}", "value": "openshiftistio/proxy-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
failed: [192.168.99.50] (item={'value': u'openshiftistio/sidecar-injector-centos7:0.7.1', 'key': u'docker.io/istio/sidecar_injector:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/sidecar_injector:{{default_istio_image_tag}}", "value": "openshiftistio/sidecar-injector-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
failed: [192.168.99.50] (item={'value': u'openshiftistio/mixer-centos7:0.7.1', 'key': u'docker.io/istio/mixer:0.7.1'}) => {"changed": false, "config_item": {"key": "docker.io/istio/mixer:{{default_istio_image_tag}}", "value": "openshiftistio/mixer-centos7:0.7.1"}, "msg": "Path roles/openshift_istio/files/istio.yaml does not exist !", "rc": 257}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels