Created
June 14, 2018 19:44
-
-
Save josejulio/fd4ac06329e92bf798631219d6b1bf9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*************************************************************************************************************************************************** | |
TASK [Gathering Facts] ********************************************************************************************************************************************************* | |
ok: [localhost] | |
TASK [Check Ansible version] *************************************************************************************************************************************************** | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [Playbook runs correctly only on Linux or Mac OSX] ************************************************************************************************************************ | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [istio : Is istio.addon be iterable] ************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"is_istioaddon_iterable": true}, "changed": false} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/set_implicitly_disabled_addons.yml for localhost | |
TASK [istio : Set default / empty disabled addons] ***************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"disabled_addons": "[]"}, "changed": false} | |
TASK [istio : Set zipkin disabled addon] *************************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Determine addons that need ServiceAccounts] ********************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"selected_addons_needing_sa": ["grafana", "prometheus"]}, "changed": false} | |
TASK [istio : Set selected_addons_needing_sa to empty array] ******************************************************************************************************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/set_appropriate_cmd_path.yml for localhost | |
TASK [istio : Assume that command is already on the PATH] ********************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"cmd_path": "oc"}, "changed": false} | |
TASK [istio : Extract server version] ****************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": "oc version | sed -En \"s/kubernetes.*v([[:digit:]]\\.[[:digit:]]\\.[[:digit:]]).*/\\1/p\" | head -1", "delta": "0:00:00.147284", "end": "2018-06-14 14:37:37.609966", "rc": 0, "start": "2018-06-14 14:37:37.462682", "stderr": "", "stderr_lines": [], "stdout": "1.9.1", "stdout_lines": ["1.9.1"]} | |
TASK [istio : assert] ********************************************************************************************************************************************************** | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/assert_oc_admin.yml for localhost | |
TASK [istio : Find users that have the admin role] ***************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": "oc get ClusterRoleBinding cluster-admin -o 'jsonpath={.subjects[*].name}' 2> /dev/null", "delta": "0:00:00.156598", "end": "2018-06-14 14:37:38.215111", "rc": 0, "start": "2018-06-14 14:37:38.058513", "stderr": "", "stderr_lines": [], "stdout": "pvinstaller system:masters", "stdout_lines": ["pvinstaller system:masters"]} | |
TASK [istio : Get current logged in user] ************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["oc", "whoami"], "delta": "0:00:00.191863", "end": "2018-06-14 14:37:38.627658", "rc": 0, "start": "2018-06-14 14:37:38.435795", "stderr": "", "stderr_lines": [], "stdout": "admin", "stdout_lines": ["admin"]} | |
TASK [istio : assert] ********************************************************************************************************************************************************** | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/install_distro.yml for localhost | |
TASK [istio : Create parent folder where distrio will be installed] ************************************************************************************************************ | |
ok: [localhost] => {"changed": false, "gid": 1000, "group": "josejulio", "mode": "0755", "owner": "josejulio", "path": "/home/josejulio/.istio", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000} | |
TASK [istio : Use specified version] ******************************************************************************************************************************************* | |
ok: [localhost] => {"ansible_facts": {"istio_version_to_use": "0.7.1"}, "changed": false} | |
TASK [istio : Set non-empty Authorization header dictionary] ******************************************************************************************************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Set empty Authorization header dictionary] *********************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"github_api_authorization_header": {}}, "changed": false} | |
TASK [istio : Set HTTP headers to use] ***************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"github_api_http_headers": {}}, "changed": false} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Show Istio version to be used] *********************************************************************************************************************************** | |
ok: [localhost] => { | |
"msg": "Will use Istio version 0.7.1" | |
} | |
TASK [istio : Define var containing Istio dir] ********************************************************************************************************************************* | |
ok: [localhost] => {"ansible_facts": {"istio_dir": "~/.istio/istio-0.7.1"}, "changed": false} | |
TASK [istio : Check if Istio distro folder exists under parent] **************************************************************************************************************** | |
ok: [localhost] => {"changed": false, "stat": {"exists": false}} | |
TASK [istio : Show istio installation path] ************************************************************************************************************************************ | |
ok: [localhost] => { | |
"p.stat.path": "VARIABLE IS NOT DEFINED!: 'dict object' has no attribute 'path'" | |
} | |
TASK [istio : Install Istio distribution] ************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/install.yml for localhost | |
TASK [istio : Set release tag to specific versioned] *************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"release_tag": "tags/0.7.1"}, "changed": false} | |
TASK [istio : Get the tagged release] ****************************************************************************************************************************************** | |
ok: [localhost] => {"access_control_allow_origin": "*", "access_control_expose_headers": "ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval", "cache_control": "public, max-age=60, s-maxage=60", "changed": false, "connection": "close", "content_length": "6894", "content_security_policy": "default-src 'none'", "content_type": "application/json; charset=utf-8", "cookies": {}, "date": "Thu, 14 Jun 2018 19:37:41 GMT", "etag": "\"057ff19494f573f7909234d7746f9a15\"", "json": {"assets": [{"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-linux.tar.gz", "content_type": "application/gzip", "created_at": "2018-03-30T22:28:59Z", "download_count": 17486, "id": 6689550, "label": "", "name": "istio-0.7.1-linux.tar.gz", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTA=", "size": 11909018, "state": "uploaded", "updated_at": "2018-03-30T22:28:59Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689550"}, {"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-osx.tar.gz", "content_type": "application/gzip", "created_at": "2018-03-30T22:29:00Z", "download_count": 3978, "id": 6689551, "label": "", "name": "istio-0.7.1-osx.tar.gz", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTE=", "size": 11831651, "state": "uploaded", "updated_at": "2018-03-30T22:29:01Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689551"}, {"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-win.zip", "content_type": "application/zip", "created_at": "2018-03-30T22:29:01Z", "download_count": 857, "id": 6689552, "label": "", "name": "istio-0.7.1-win.zip", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTI=", "size": 11991669, "state": "uploaded", "updated_at": "2018-03-30T22:29:02Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689552"}], "assets_url": "https://api.github.com/repos/istio/istio/releases/10338446/assets", "author": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "body": "\r\n**This is a scheduled [monthly release](https://github.com/istio/istio/tree/master/release#monthly-releases) but not LTS (long term support). Please contact [email protected] before upgrading your production critical job to this release.**\r\n\r\n[ARTIFACTS](http://gcsweb.istio.io/gcs/istio-release/releases/0.7.1/)\r\n* [istio-sidecar.deb](https://storage.googleapis.com/istio-release/releases/0.7.1/deb/istio-sidecar.deb)\r\n\r\n[RELEASE NOTES](https://preliminary.istio.io/about/notes/0.7.html)\r\n\r\n[Changes since 0.6.0](https://github.com/istio/istio/compare/0.6.0...0.7.1)\r\n\r\nNote that 0.7.0 was abandoned due to #4593.", "created_at": "2018-03-30T22:31:48Z", "draft": false, "html_url": "https://github.com/istio/istio/releases/tag/0.7.1", "id": 10338446, "name": "Istio 0.7.1 - March 2018 Release", "node_id": "MDc6UmVsZWFzZTEwMzM4NDQ2", "prerelease": false, "published_at": "2018-03-31T00:59:58Z", "tag_name": "0.7.1", "tarball_url": "https://api.github.com/repos/istio/istio/tarball/0.7.1", "target_commitish": "master", "upload_url": "https://uploads.github.com/repos/istio/istio/releases/10338446/assets{?name,label}", "url": "https://api.github.com/repos/istio/istio/releases/10338446", "zipball_url": "https://api.github.com/repos/istio/istio/zipball/0.7.1"}, "last_modified": "Mon, 02 Apr 2018 17:14:05 GMT", "msg": "OK (6894 bytes)", "redirected": false, "referrer_policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "server": "GitHub.com", "status": 200, "strict_transport_security": "max-age=31536000; includeSubdomains; preload", "url": "https://api.github.com/repos/istio/istio/releases/tags/0.7.1", "vary": "Accept", "x_content_type_options": "nosniff", "x_frame_options": "deny", "x_github_media_type": "github.v3; format=json", "x_github_request_id": "8674:3ACB:1388224:270182A:5B22C405", "x_ratelimit_limit": "60", "x_ratelimit_remaining": "54", "x_ratelimit_reset": "1529008443", "x_runtime_rack": "0.039280", "x_xss_protection": "1; mode=block"} | |
TASK [istio : Set release] ***************************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"assets_url": "https://api.github.com/repos/istio/istio/releases/10338446/assets"}, "changed": false} | |
TASK [istio : Should have an assets_url] *************************************************************************************************************************************** | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [istio : Get the list of assets] ****************************************************************************************************************************************** | |
ok: [localhost] => {"access_control_allow_origin": "*", "access_control_expose_headers": "ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval", "cache_control": "public, max-age=60, s-maxage=60", "changed": false, "connection": "close", "content_length": "4480", "content_security_policy": "default-src 'none'", "content_type": "application/json; charset=utf-8", "cookies": {}, "date": "Thu, 14 Jun 2018 19:37:43 GMT", "etag": "\"f6922fd0e187928065605ac22aa1201e\"", "json": [{"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-linux.tar.gz", "content_type": "application/gzip", "created_at": "2018-03-30T22:28:59Z", "download_count": 17486, "id": 6689550, "label": "", "name": "istio-0.7.1-linux.tar.gz", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTA=", "size": 11909018, "state": "uploaded", "updated_at": "2018-03-30T22:28:59Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689550"}, {"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-osx.tar.gz", "content_type": "application/gzip", "created_at": "2018-03-30T22:29:00Z", "download_count": 3978, "id": 6689551, "label": "", "name": "istio-0.7.1-osx.tar.gz", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTE=", "size": 11831651, "state": "uploaded", "updated_at": "2018-03-30T22:29:01Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689551"}, {"browser_download_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-win.zip", "content_type": "application/zip", "created_at": "2018-03-30T22:29:01Z", "download_count": 857, "id": 6689552, "label": "", "name": "istio-0.7.1-win.zip", "node_id": "MDEyOlJlbGVhc2VBc3NldDY2ODk1NTI=", "size": 11991669, "state": "uploaded", "updated_at": "2018-03-30T22:29:02Z", "uploader": {"avatar_url": "https://avatars1.githubusercontent.com/u/34667608?v=4", "events_url": "https://api.github.com/users/istio-release-robot/events{/privacy}", "followers_url": "https://api.github.com/users/istio-release-robot/followers", "following_url": "https://api.github.com/users/istio-release-robot/following{/other_user}", "gists_url": "https://api.github.com/users/istio-release-robot/gists{/gist_id}", "gravatar_id": "", "html_url": "https://github.com/istio-release-robot", "id": 34667608, "login": "istio-release-robot", "node_id": "MDQ6VXNlcjM0NjY3NjA4", "organizations_url": "https://api.github.com/users/istio-release-robot/orgs", "received_events_url": "https://api.github.com/users/istio-release-robot/received_events", "repos_url": "https://api.github.com/users/istio-release-robot/repos", "site_admin": false, "starred_url": "https://api.github.com/users/istio-release-robot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/istio-release-robot/subscriptions", "type": "User", "url": "https://api.github.com/users/istio-release-robot"}, "url": "https://api.github.com/repos/istio/istio/releases/assets/6689552"}], "msg": "OK (4480 bytes)", "redirected": false, "referrer_policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "server": "GitHub.com", "status": 200, "strict_transport_security": "max-age=31536000; includeSubdomains; preload", "url": "https://api.github.com/repos/istio/istio/releases/10338446/assets", "vary": "Accept", "x_content_type_options": "nosniff", "x_frame_options": "deny", "x_github_media_type": "github.v3; format=json", "x_github_request_id": "867A:3ACA:E911CD:203557C:5B22C407", "x_ratelimit_limit": "60", "x_ratelimit_remaining": "53", "x_ratelimit_reset": "1529008443", "x_runtime_rack": "0.052875", "x_xss_protection": "1; mode=block"} | |
TASK [istio : Set file extension to lookup] ************************************************************************************************************************************ | |
ok: [localhost] => {"ansible_facts": {"ext_pattern": ".*linux.*"}, "changed": false} | |
TASK [istio : Extract the matching download url] ******************************************************************************************************************************* | |
ok: [localhost] => {"ansible_facts": {"asset_url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-linux.tar.gz"}, "changed": false} | |
TASK [istio : Extract the name of the asset] *********************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"asset_name": "istio-0.7.1-linux.tar.gz"}, "changed": false} | |
TASK [istio : Create a temp dir] *********************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["mktemp", "-d", "-t", "ansible.XXXXXXXXXX"], "delta": "0:00:00.002013", "end": "2018-06-14 14:37:44.422555", "rc": 0, "start": "2018-06-14 14:37:44.420542", "stderr": "", "stderr_lines": [], "stdout": "/tmp/ansible.Ik4vwbSI6M", "stdout_lines": ["/tmp/ansible.Ik4vwbSI6M"]} | |
TASK [istio : Download the asset] ********************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "checksum_dest": null, "checksum_src": "de9a1f64c59c6425fa9468f2db244681bee50024", "dest": "/tmp/ansible.Ik4vwbSI6M/istio-0.7.1-linux.tar.gz", "gid": 1000, "group": "josejulio", "md5sum": "20c15c51ca4cadd4ff9e5855c562e409", "mode": "0664", "msg": "OK (11909018 bytes)", "owner": "josejulio", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 11909018, "src": "/tmp/tmpAT7Egv", "state": "file", "status_code": 200, "uid": 1000, "url": "https://github.com/istio/istio/releases/download/0.7.1/istio-0.7.1-linux.tar.gz"} | |
TASK [istio : Unzip the archive] *********************************************************************************************************************************************** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|search` instead use `result is search`. This feature will be removed in version 2.9. | |
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Untar the archive] *********************************************************************************************************************************************** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|search` instead use `result is search`. This feature will be removed in version 2.9. | |
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
[WARNING]: Consider using the unarchive module rather than running tar. If you need to use command because unarchive is insufficient you can add warn=False to this command | |
task or set command_warnings=False in ansible.cfg to get rid of this message. | |
changed: [localhost] => {"changed": true, "cmd": ["tar", "-xvzf", "istio-0.7.1-linux.tar.gz", "-C", "~/.istio"], "delta": "0:00:00.351647", "end": "2018-06-14 14:38:02.764464", "rc": 0, "start": "2018-06-14 14:38:02.412817", "stderr": "", "stderr_lines": [], "stdout": "istio-0.7.1/\nistio-0.7.1/README.md\nistio-0.7.1/tools/\nistio-0.7.1/tools/README.md\nistio-0.7.1/tools/perf_k8svcs.yaml\nistio-0.7.1/tools/run_canonical_perf_tests.sh\nistio-0.7.1/tools/perf_istio_rules.yaml\nistio-0.7.1/tools/setup_perf_cluster.sh\nistio-0.7.1/tools/cache_buster.yaml\nistio-0.7.1/tools/convert_perf_results.py\nistio-0.7.1/tools/githubContrib/\nistio-0.7.1/tools/githubContrib/Contributions.txt\nistio-0.7.1/tools/perf_setup.svg\nistio-0.7.1/tools/deb/\nistio-0.7.1/tools/deb/envoy-insecure.json\nistio-0.7.1/tools/deb/istio-iptables.sh\nistio-0.7.1/tools/deb/istio-ca.sh\nistio-0.7.1/tools/deb/envoy.json\nistio-0.7.1/tools/deb/istio-auth-node-agent.service\nistio-0.7.1/tools/deb/istio.mk\nistio-0.7.1/tools/deb/istio.service\nistio-0.7.1/tools/deb/envoy_bootstrap_tmpl.json\nistio-0.7.1/tools/deb/sidecar.env\nistio-0.7.1/tools/deb/deb_test.sh\nistio-0.7.1/tools/deb/Dockerfile\nistio-0.7.1/tools/deb/istio-start.sh\nistio-0.7.1/tools/deb/envoy_bootstrap_v2.json\nistio-0.7.1/tools/deb/postinst.sh\nistio-0.7.1/tools/vagrant/\nistio-0.7.1/tools/vagrant/provision-vagrant.sh\nistio-0.7.1/tools/vagrant/Vagrantfile\nistio-0.7.1/tools/setup_run\nistio-0.7.1/tools/minikube.md\nistio-0.7.1/tools/istio-docker.mk\nistio-0.7.1/tools/rules.yml\nistio-0.7.1/tools/update_all\nistio-0.7.1/LICENSE\nistio-0.7.1/samples/\nistio-0.7.1/samples/README.md\nistio-0.7.1/samples/httpbin/\nistio-0.7.1/samples/httpbin/README.md\nistio-0.7.1/samples/httpbin/routerules/\nistio-0.7.1/samples/httpbin/routerules/httpbin-v1.yaml\nistio-0.7.1/samples/httpbin/sample-client/\nistio-0.7.1/samples/httpbin/sample-client/fortio-deploy.yaml\nistio-0.7.1/samples/httpbin/httpbin.yaml\nistio-0.7.1/samples/httpbin/destinationpolicies/\nistio-0.7.1/samples/httpbin/destinationpolicies/httpbin-circuit-breaker.yaml\nistio-0.7.1/samples/sleep/\nistio-0.7.1/samples/sleep/README.md\nistio-0.7.1/samples/sleep/sleep.yaml\nistio-0.7.1/samples/rawvm/\nistio-0.7.1/samples/rawvm/README.md\nistio-0.7.1/samples/kubernetes-blog/\nistio-0.7.1/samples/kubernetes-blog/bookinfo-reviews-v2.yaml\nistio-0.7.1/samples/kubernetes-blog/bookinfo-v1.yaml\nistio-0.7.1/samples/kubernetes-blog/bookinfo-ratings.yaml\nistio-0.7.1/samples/CONFIG-MIGRATION.md\nistio-0.7.1/samples/helloworld/\nistio-0.7.1/samples/helloworld/README.md\nistio-0.7.1/samples/helloworld/helloworld.yaml\nistio-0.7.1/samples/bookinfo/\nistio-0.7.1/samples/bookinfo/README.md\nistio-0.7.1/samples/bookinfo/swagger.yaml\nistio-0.7.1/samples/bookinfo/consul/\nistio-0.7.1/samples/bookinfo/consul/README.md\nistio-0.7.1/samples/bookinfo/consul/bookinfo.sidecars.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-all-v1.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-ratings-db.yaml\nistio-0.7.1/samples/bookinfo/consul/cleanup.sh\nistio-0.7.1/samples/bookinfo/consul/route-rule-ratings-test-abort.yaml\nistio-0.7.1/samples/bookinfo/consul/bookinfo.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-ratings-test-delay.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-reviews-v2-v3.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-reviews-v3.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-reviews-test-v2.yaml\nistio-0.7.1/samples/bookinfo/consul/route-rule-reviews-50-v3.yaml\nistio-0.7.1/samples/bookinfo/kube/\nistio-0.7.1/samples/bookinfo/kube/README.md\nistio-0.7.1/samples/bookinfo/kube/istio-rbac-namespace.yaml\nistio-0.7.1/samples/bookinfo/kube/istio-rbac-enable.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-ingress-denial.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-ratings-mysql.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-add-serviceaccount.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-reviews-v2.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-ratings-mysql-vm.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-all-v1.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-ratings-db.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-db.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-additional-telemetry.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-deny-label.yaml\nistio-0.7.1/samples/bookinfo/kube/destination-policy-reviews.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-ratings-denial.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-deny-serviceaccount.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-details-v2.yaml\nistio-0.7.1/samples/bookinfo/kube/mixer-rule-ratings-ratelimit.yaml\nistio-0.7.1/samples/bookinfo/kube/cleanup.sh\nistio-0.7.1/samples/bookinfo/kube/route-rule-ratings-test-abort.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2-mysql-vm.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2-mysql.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-ratings-test-delay.yaml\nistio-0.7.1/samples/bookinfo/kube/istio-rbac-details-reviews.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-details-v2.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-mysql.yaml\nistio-0.7.1/samples/bookinfo/kube/egress-rule-google-apis.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-reviews-v2-v3.yaml\nistio-0.7.1/samples/bookinfo/kube/istio-rbac-productpage.yaml\nistio-0.7.1/samples/bookinfo/kube/istio-rbac-ratings.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-details.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-reviews-v3.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-reviews-test-v2.yaml\nistio-0.7.1/samples/bookinfo/kube/route-rule-reviews-50-v3.yaml\nistio-0.7.1/samples/bookinfo/kube/bookinfo-ratings.yaml\nistio-0.7.1/samples/bookinfo/eureka/\nistio-0.7.1/samples/bookinfo/eureka/README.md\nistio-0.7.1/samples/bookinfo/eureka/bookinfo.sidecars.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-all-v1.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-db.yaml\nistio-0.7.1/samples/bookinfo/eureka/cleanup.sh\nistio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-test-abort.yaml\nistio-0.7.1/samples/bookinfo/eureka/bookinfo.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-test-delay.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-v2-v3.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-v3.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-test-v2.yaml\nistio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-50-v3.yaml\nistio-0.7.1/samples/bookinfo/routing/\nistio-0.7.1/samples/bookinfo/routing/route-rule-ratings-mysql.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-ratings-mysql-vm.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-all-v1.yaml\nistio-0.7.1/samples/bookinfo/routing/ROUTING_RULE_MIGRATION.md\nistio-0.7.1/samples/bookinfo/routing/route-rule-ratings-db.yaml\nistio-0.7.1/samples/bookinfo/routing/destination-policy-reviews.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-details-v2.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-ratings-test-abort.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-ratings-test-delay.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-reviews-v2-v3.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-reviews-v3.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-reviews-test-v2.yaml\nistio-0.7.1/samples/bookinfo/routing/route-rule-reviews-50-v3.yaml\nistio-0.7.1/istio.VERSION\nistio-0.7.1/bin/\nistio-0.7.1/bin/istioctl\nistio-0.7.1/install/\nistio-0.7.1/install/README.md\nistio-0.7.1/install/tools/\nistio-0.7.1/install/tools/setupIstioVM.sh\nistio-0.7.1/install/tools/setupMeshEx.sh\nistio-0.7.1/install/consul/\nistio-0.7.1/install/consul/README.md\nistio-0.7.1/install/consul/kubeconfig\nistio-0.7.1/install/consul/istio.yaml\nistio-0.7.1/install/kubernetes/\nistio-0.7.1/install/kubernetes/README.md\nistio-0.7.1/install/kubernetes/istio-sidecar-injector.yaml\nistio-0.7.1/install/kubernetes/istio-ca-with-health-check.yaml\nistio-0.7.1/install/kubernetes/istio.yaml\nistio-0.7.1/install/kubernetes/addons/\nistio-0.7.1/install/kubernetes/addons/servicegraph.yaml\nistio-0.7.1/install/kubernetes/addons/zipkin.yaml\nistio-0.7.1/install/kubernetes/addons/grafana.yaml\nistio-0.7.1/install/kubernetes/addons/zipkin-to-stackdriver.yaml\nistio-0.7.1/install/kubernetes/addons/prometheus.yaml\nistio-0.7.1/install/kubernetes/istio-sidecar-injector-configmap-debug.yaml\nistio-0.7.1/install/kubernetes/istio-one-namespace-auth.yaml\nistio-0.7.1/install/kubernetes/istio-sidecar-injector-configmap-release.yaml\nistio-0.7.1/install/kubernetes/webhook-patch-ca-bundle.sh\nistio-0.7.1/install/kubernetes/istio-one-namespace.yaml\nistio-0.7.1/install/kubernetes/webhook-create-signed-cert.sh\nistio-0.7.1/install/kubernetes/helm/\nistio-0.7.1/install/kubernetes/helm/README.md\nistio-0.7.1/install/kubernetes/helm/helm-service-account.yaml\nistio-0.7.1/install/kubernetes/helm/istio/\nistio-0.7.1/install/kubernetes/helm/istio/requirements.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/configmap.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/create-custom-resources-job.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/serviceaccount.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/clusterrolebinding.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/config.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/crds.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/clusterrole.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/mixer/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/ingress.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/ingress.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/grafana/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/ingress.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/serviceaccount.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/clusterrolebinding.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/crds.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/clusterrole.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/pilot/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/serviceaccount.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/clusterrolebinding.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/autoscale.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/clusterrole.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/ingress/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/configmap.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/mutatingwebhook.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/serviceaccount.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/clusterrolebinding.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/clusterrole.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/security/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/configmap.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/serviceaccount.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/ingress.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/deployment.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/clusterrole.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/service.yaml\nistio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/templates/\nistio-0.7.1/install/kubernetes/helm/istio/templates/configmap.yaml\nistio-0.7.1/install/kubernetes/helm/istio/Chart.yaml\nistio-0.7.1/install/kubernetes/helm/istio/values.yaml\nistio-0.7.1/install/kubernetes/helm/istio/values-istiotest.yaml\nistio-0.7.1/install/kubernetes/mesh-expansion.yaml\nistio-0.7.1/install/kubernetes/istio-mixer-with-health-check.yaml\nistio-0.7.1/install/kubernetes/istio-ca-plugin-certs.yaml\nistio-0.7.1/install/kubernetes/istio-mixer-validator.yaml\nistio-0.7.1/install/kubernetes/istio-auth.yaml\nistio-0.7.1/install/eureka/\nistio-0.7.1/install/eureka/README.md\nistio-0.7.1/install/eureka/kubeconfig\nistio-0.7.1/install/eureka/istio.yaml\nistio-0.7.1/install/ansible/\nistio-0.7.1/install/ansible/README.md\nistio-0.7.1/install/gcp/\nistio-0.7.1/install/gcp/README.md\nistio-0.7.1/install/gcp/deployment_manager/\nistio-0.7.1/install/gcp/deployment_manager/README.md\nistio-0.7.1/install/gcp/deployment_manager/istio-cluster.yaml\nistio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja.schema\nistio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja.display\nistio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja", "stdout_lines": ["istio-0.7.1/", "istio-0.7.1/README.md", "istio-0.7.1/tools/", "istio-0.7.1/tools/README.md", "istio-0.7.1/tools/perf_k8svcs.yaml", "istio-0.7.1/tools/run_canonical_perf_tests.sh", "istio-0.7.1/tools/perf_istio_rules.yaml", "istio-0.7.1/tools/setup_perf_cluster.sh", "istio-0.7.1/tools/cache_buster.yaml", "istio-0.7.1/tools/convert_perf_results.py", "istio-0.7.1/tools/githubContrib/", "istio-0.7.1/tools/githubContrib/Contributions.txt", "istio-0.7.1/tools/perf_setup.svg", "istio-0.7.1/tools/deb/", "istio-0.7.1/tools/deb/envoy-insecure.json", "istio-0.7.1/tools/deb/istio-iptables.sh", "istio-0.7.1/tools/deb/istio-ca.sh", "istio-0.7.1/tools/deb/envoy.json", "istio-0.7.1/tools/deb/istio-auth-node-agent.service", "istio-0.7.1/tools/deb/istio.mk", "istio-0.7.1/tools/deb/istio.service", "istio-0.7.1/tools/deb/envoy_bootstrap_tmpl.json", "istio-0.7.1/tools/deb/sidecar.env", "istio-0.7.1/tools/deb/deb_test.sh", "istio-0.7.1/tools/deb/Dockerfile", "istio-0.7.1/tools/deb/istio-start.sh", "istio-0.7.1/tools/deb/envoy_bootstrap_v2.json", "istio-0.7.1/tools/deb/postinst.sh", "istio-0.7.1/tools/vagrant/", "istio-0.7.1/tools/vagrant/provision-vagrant.sh", "istio-0.7.1/tools/vagrant/Vagrantfile", "istio-0.7.1/tools/setup_run", "istio-0.7.1/tools/minikube.md", "istio-0.7.1/tools/istio-docker.mk", "istio-0.7.1/tools/rules.yml", "istio-0.7.1/tools/update_all", "istio-0.7.1/LICENSE", "istio-0.7.1/samples/", "istio-0.7.1/samples/README.md", "istio-0.7.1/samples/httpbin/", "istio-0.7.1/samples/httpbin/README.md", "istio-0.7.1/samples/httpbin/routerules/", "istio-0.7.1/samples/httpbin/routerules/httpbin-v1.yaml", "istio-0.7.1/samples/httpbin/sample-client/", "istio-0.7.1/samples/httpbin/sample-client/fortio-deploy.yaml", "istio-0.7.1/samples/httpbin/httpbin.yaml", "istio-0.7.1/samples/httpbin/destinationpolicies/", "istio-0.7.1/samples/httpbin/destinationpolicies/httpbin-circuit-breaker.yaml", "istio-0.7.1/samples/sleep/", "istio-0.7.1/samples/sleep/README.md", "istio-0.7.1/samples/sleep/sleep.yaml", "istio-0.7.1/samples/rawvm/", "istio-0.7.1/samples/rawvm/README.md", "istio-0.7.1/samples/kubernetes-blog/", "istio-0.7.1/samples/kubernetes-blog/bookinfo-reviews-v2.yaml", "istio-0.7.1/samples/kubernetes-blog/bookinfo-v1.yaml", "istio-0.7.1/samples/kubernetes-blog/bookinfo-ratings.yaml", "istio-0.7.1/samples/CONFIG-MIGRATION.md", "istio-0.7.1/samples/helloworld/", "istio-0.7.1/samples/helloworld/README.md", "istio-0.7.1/samples/helloworld/helloworld.yaml", "istio-0.7.1/samples/bookinfo/", "istio-0.7.1/samples/bookinfo/README.md", "istio-0.7.1/samples/bookinfo/swagger.yaml", "istio-0.7.1/samples/bookinfo/consul/", "istio-0.7.1/samples/bookinfo/consul/README.md", "istio-0.7.1/samples/bookinfo/consul/bookinfo.sidecars.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-all-v1.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-ratings-db.yaml", "istio-0.7.1/samples/bookinfo/consul/cleanup.sh", "istio-0.7.1/samples/bookinfo/consul/route-rule-ratings-test-abort.yaml", "istio-0.7.1/samples/bookinfo/consul/bookinfo.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-ratings-test-delay.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-reviews-v2-v3.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-reviews-v3.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-reviews-test-v2.yaml", "istio-0.7.1/samples/bookinfo/consul/route-rule-reviews-50-v3.yaml", "istio-0.7.1/samples/bookinfo/kube/", "istio-0.7.1/samples/bookinfo/kube/README.md", "istio-0.7.1/samples/bookinfo/kube/istio-rbac-namespace.yaml", "istio-0.7.1/samples/bookinfo/kube/istio-rbac-enable.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-ingress-denial.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-ratings-mysql.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-add-serviceaccount.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-reviews-v2.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-ratings-mysql-vm.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-all-v1.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-ratings-db.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-db.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-additional-telemetry.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-deny-label.yaml", "istio-0.7.1/samples/bookinfo/kube/destination-policy-reviews.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-ratings-denial.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-deny-serviceaccount.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-details-v2.yaml", "istio-0.7.1/samples/bookinfo/kube/mixer-rule-ratings-ratelimit.yaml", "istio-0.7.1/samples/bookinfo/kube/cleanup.sh", "istio-0.7.1/samples/bookinfo/kube/route-rule-ratings-test-abort.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2-mysql-vm.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-ratings-v2-mysql.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-ratings-test-delay.yaml", "istio-0.7.1/samples/bookinfo/kube/istio-rbac-details-reviews.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-details-v2.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-mysql.yaml", "istio-0.7.1/samples/bookinfo/kube/egress-rule-google-apis.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-reviews-v2-v3.yaml", "istio-0.7.1/samples/bookinfo/kube/istio-rbac-productpage.yaml", "istio-0.7.1/samples/bookinfo/kube/istio-rbac-ratings.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-details.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-reviews-v3.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-reviews-test-v2.yaml", "istio-0.7.1/samples/bookinfo/kube/route-rule-reviews-50-v3.yaml", "istio-0.7.1/samples/bookinfo/kube/bookinfo-ratings.yaml", "istio-0.7.1/samples/bookinfo/eureka/", "istio-0.7.1/samples/bookinfo/eureka/README.md", "istio-0.7.1/samples/bookinfo/eureka/bookinfo.sidecars.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-all-v1.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-db.yaml", "istio-0.7.1/samples/bookinfo/eureka/cleanup.sh", "istio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-test-abort.yaml", "istio-0.7.1/samples/bookinfo/eureka/bookinfo.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-ratings-test-delay.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-v2-v3.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-v3.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-test-v2.yaml", "istio-0.7.1/samples/bookinfo/eureka/route-rule-reviews-50-v3.yaml", "istio-0.7.1/samples/bookinfo/routing/", "istio-0.7.1/samples/bookinfo/routing/route-rule-ratings-mysql.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-ratings-mysql-vm.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-all-v1.yaml", "istio-0.7.1/samples/bookinfo/routing/ROUTING_RULE_MIGRATION.md", "istio-0.7.1/samples/bookinfo/routing/route-rule-ratings-db.yaml", "istio-0.7.1/samples/bookinfo/routing/destination-policy-reviews.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-details-v2.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-ratings-test-abort.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-ratings-test-delay.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-reviews-v2-v3.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-reviews-v3.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-reviews-test-v2.yaml", "istio-0.7.1/samples/bookinfo/routing/route-rule-reviews-50-v3.yaml", "istio-0.7.1/istio.VERSION", "istio-0.7.1/bin/", "istio-0.7.1/bin/istioctl", "istio-0.7.1/install/", "istio-0.7.1/install/README.md", "istio-0.7.1/install/tools/", "istio-0.7.1/install/tools/setupIstioVM.sh", "istio-0.7.1/install/tools/setupMeshEx.sh", "istio-0.7.1/install/consul/", "istio-0.7.1/install/consul/README.md", "istio-0.7.1/install/consul/kubeconfig", "istio-0.7.1/install/consul/istio.yaml", "istio-0.7.1/install/kubernetes/", "istio-0.7.1/install/kubernetes/README.md", "istio-0.7.1/install/kubernetes/istio-sidecar-injector.yaml", "istio-0.7.1/install/kubernetes/istio-ca-with-health-check.yaml", "istio-0.7.1/install/kubernetes/istio.yaml", "istio-0.7.1/install/kubernetes/addons/", "istio-0.7.1/install/kubernetes/addons/servicegraph.yaml", "istio-0.7.1/install/kubernetes/addons/zipkin.yaml", "istio-0.7.1/install/kubernetes/addons/grafana.yaml", "istio-0.7.1/install/kubernetes/addons/zipkin-to-stackdriver.yaml", "istio-0.7.1/install/kubernetes/addons/prometheus.yaml", "istio-0.7.1/install/kubernetes/istio-sidecar-injector-configmap-debug.yaml", "istio-0.7.1/install/kubernetes/istio-one-namespace-auth.yaml", "istio-0.7.1/install/kubernetes/istio-sidecar-injector-configmap-release.yaml", "istio-0.7.1/install/kubernetes/webhook-patch-ca-bundle.sh", "istio-0.7.1/install/kubernetes/istio-one-namespace.yaml", "istio-0.7.1/install/kubernetes/webhook-create-signed-cert.sh", "istio-0.7.1/install/kubernetes/helm/", "istio-0.7.1/install/kubernetes/helm/README.md", "istio-0.7.1/install/kubernetes/helm/helm-service-account.yaml", "istio-0.7.1/install/kubernetes/helm/istio/", "istio-0.7.1/install/kubernetes/helm/istio/requirements.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/configmap.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/create-custom-resources-job.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/serviceaccount.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/clusterrolebinding.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/config.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/crds.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/clusterrole.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/mixer/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/ingress.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/zipkin/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/ingress.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/grafana/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/ingress.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/servicegraph/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/serviceaccount.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/clusterrolebinding.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/crds.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/clusterrole.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/pilot/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/serviceaccount.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/clusterrolebinding.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/autoscale.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/clusterrole.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/ingress/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/configmap.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/mutatingwebhook.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/sidecar-injector/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/serviceaccount.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/clusterrolebinding.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/clusterrole.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/security/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/configmap.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/serviceaccount.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/ingress.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/deployment.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/clusterrole.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/templates/service.yaml", "istio-0.7.1/install/kubernetes/helm/istio/charts/prometheus/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/templates/", "istio-0.7.1/install/kubernetes/helm/istio/templates/configmap.yaml", "istio-0.7.1/install/kubernetes/helm/istio/Chart.yaml", "istio-0.7.1/install/kubernetes/helm/istio/values.yaml", "istio-0.7.1/install/kubernetes/helm/istio/values-istiotest.yaml", "istio-0.7.1/install/kubernetes/mesh-expansion.yaml", "istio-0.7.1/install/kubernetes/istio-mixer-with-health-check.yaml", "istio-0.7.1/install/kubernetes/istio-ca-plugin-certs.yaml", "istio-0.7.1/install/kubernetes/istio-mixer-validator.yaml", "istio-0.7.1/install/kubernetes/istio-auth.yaml", "istio-0.7.1/install/eureka/", "istio-0.7.1/install/eureka/README.md", "istio-0.7.1/install/eureka/kubeconfig", "istio-0.7.1/install/eureka/istio.yaml", "istio-0.7.1/install/ansible/", "istio-0.7.1/install/ansible/README.md", "istio-0.7.1/install/gcp/", "istio-0.7.1/install/gcp/README.md", "istio-0.7.1/install/gcp/deployment_manager/", "istio-0.7.1/install/gcp/deployment_manager/README.md", "istio-0.7.1/install/gcp/deployment_manager/istio-cluster.yaml", "istio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja.schema", "istio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja.display", "istio-0.7.1/install/gcp/deployment_manager/istio-cluster.jinja"]} | |
TASK [istio : Remove the temp directory] *************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "path": "/tmp/ansible.Ik4vwbSI6M", "state": "absent"} | |
TASK [istio : Define var containg Istio definition file name] ****************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"istio_definition_file_name": "istio.yaml"}, "changed": false} | |
TASK [istio : Define var containg Istio definition file full path] ************************************************************************************************************* | |
ok: [localhost] => {"ansible_facts": {"istio_definition_full_path": "~/.istio/istio-0.7.1/install/kubernetes/istio.yaml"}, "changed": false} | |
TASK [istio : Show the full path of the definition file to be used] ************************************************************************************************************ | |
ok: [localhost] => { | |
"msg": "Using the following file to install Istio onto Kubernetes ~/.istio/istio-0.7.1/install/kubernetes/istio.yaml" | |
} | |
TASK [istio : Add Istio to PATH] *********************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": "ISTIO_BIN_DIR=$(cd ~/.istio/istio-0.7.1/bin; pwd)\n echo \"########################################################################################\"\n echo \"Execute this command within your terminal to include the bin direcrtory of the istioctl client !\"\n echo export PATH='$'PATH:$ISTIO_BIN_DIR\n echo \"Then, you will be able within your shell to call the istioctl client\"\n echo \"istioctl [command]\"\n echo \"########################################################################################\"", "delta": "0:00:00.003290", "end": "2018-06-14 14:38:03.524014", "rc": 0, "start": "2018-06-14 14:38:03.520724", "stderr": "", "stderr_lines": [], "stdout": "########################################################################################\nExecute this command within your terminal to include the bin direcrtory of the istioctl client !\nexport PATH=$PATH:/home/josejulio/.istio/istio-0.7.1/bin\nThen, you will be able within your shell to call the istioctl client\nistioctl [command]\n########################################################################################", "stdout_lines": ["########################################################################################", "Execute this command within your terminal to include the bin direcrtory of the istioctl client !", "export PATH=$PATH:/home/josejulio/.istio/istio-0.7.1/bin", "Then, you will be able within your shell to call the istioctl client", "istioctl [command]", "########################################################################################"]} | |
TASK [istio : debug] *********************************************************************************************************************************************************** | |
ok: [localhost] => { | |
"msg": [ | |
"########################################################################################", | |
"Execute this command within your terminal to include the bin direcrtory of the istioctl client !", | |
"export PATH=$PATH:/home/josejulio/.istio/istio-0.7.1/bin", | |
"Then, you will be able within your shell to call the istioctl client", | |
"istioctl [command]", | |
"########################################################################################" | |
] | |
} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/safely_create_namespace.yml for localhost | |
TASK [istio : Check if namespace exists] *************************************************************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": "oc get namespace/istio-system", "delta": "0:00:00.569090", "end": "2018-06-14 14:38:04.575916", "rc": 0, "start": "2018-06-14 14:38:04.006826", "stderr": "", "stderr_lines": [], "stdout": "NAME STATUS AGE\nistio-system Active 15h", "stdout_lines": ["NAME STATUS AGE", "istio-system Active 15h"]} | |
TASK [istio : Create namespace istio-system] *********************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/change_scc.yml for localhost | |
TASK [istio : Define SCC rules to enable containers running with UID zero for Istio service accounts] ************************************************************************** | |
changed: [localhost] => (item=istio-ingress-service-account) => {"changed": true, "cmd": "oc adm policy add-scc-to-user anyuid -z istio-ingress-service-account -n istio-system", "delta": "0:00:00.144531", "end": "2018-06-14 14:38:05.133262", "item": "istio-ingress-service-account", "rc": 0, "start": "2018-06-14 14:38:04.988731", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-ingress-service-account\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-ingress-service-account\"]"]} | |
changed: [localhost] => (item=istio-egress-service-account) => {"changed": true, "cmd": "oc adm policy add-scc-to-user anyuid -z istio-egress-service-account -n istio-system", "delta": "0:00:00.152162", "end": "2018-06-14 14:38:05.430802", "item": "istio-egress-service-account", "rc": 0, "start": "2018-06-14 14:38:05.278640", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-egress-service-account\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-egress-service-account\"]"]} | |
changed: [localhost] => (item=istio-pilot-service-account) => {"changed": true, "cmd": "oc adm policy add-scc-to-user anyuid -z istio-pilot-service-account -n istio-system", "delta": "0:00:00.187170", "end": "2018-06-14 14:38:05.753339", "item": "istio-pilot-service-account", "rc": 0, "start": "2018-06-14 14:38:05.566169", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-pilot-service-account\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-pilot-service-account\"]"]} | |
changed: [localhost] => (item=istio-mixer-service-account) => {"changed": true, "cmd": "oc adm policy add-scc-to-user anyuid -z istio-mixer-service-account -n istio-system", "delta": "0:00:00.145223", "end": "2018-06-14 14:38:06.044114", "item": "istio-mixer-service-account", "rc": 0, "start": "2018-06-14 14:38:05.898891", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-mixer-service-account\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-mixer-service-account\"]"]} | |
changed: [localhost] => (item=istio-ca-service-account) => {"changed": true, "cmd": "oc adm policy add-scc-to-user anyuid -z istio-ca-service-account -n istio-system", "delta": "0:00:00.145671", "end": "2018-06-14 14:38:06.325163", "item": "istio-ca-service-account", "rc": 0, "start": "2018-06-14 14:38:06.179492", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-ca-service-account\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:istio-ca-service-account\"]"]} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/install_on_cluster.yml for localhost | |
TASK [istio : Deploy Istio from kubernetes file] ******************************************************************************************************************************* | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc create -f ~/.istio/istio-0.7.1/install/kubernetes/istio.yaml", "delta": "0:00:02.485577", "end": "2018-06-14 14:38:09.184137", "msg": "non-zero return code", "rc": 1, "start": "2018-06-14 14:38:06.698560", "stderr": "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": namespaces \"istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-pilot-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-sidecar-injector-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-mixer-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-mixer-validator-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-ca-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-sidecar-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-pilot-admin-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-sidecar-injector-admin-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-ca-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-ingress-admin-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-sidecar-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-mixer-admin-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-mixer-validator-admin-role-binding-istio-system\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": configmaps \"istio-mixer\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-mixer\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-mixer-service-account\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-mixer\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"rules.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"attributemanifests.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"circonuses.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"deniers.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"fluentds.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"kubernetesenvs.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"listcheckers.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"memquotas.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"noops.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"opas.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"prometheuses.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"rbacs.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicecontrols.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"solarwindses.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"stackdrivers.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"statsds.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"stdios.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"apikeys.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"authorizations.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"checknothings.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"kuberneteses.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"listentries.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"logentries.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"metrics.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"quotas.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"reportnothings.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicecontrolreports.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"tracespans.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"serviceroles.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicerolebindings.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": attributemanifests.config.istio.io \"istioproxy\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": attributemanifests.config.istio.io \"kubernetes\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"stdio\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": prometheuses.config.istio.io \"handler\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"promhttp\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"promtcp\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": kubernetesenvs.config.istio.io \"handler\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"kubeattrgenrulerule\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"tcpkubeattrgenrulerule\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": configmaps \"istio\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"destinationpolicies.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"egressrules.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"routerules.config.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"virtualservices.networking.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"destinationrules.networking.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"externalservices.networking.istio.io\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-pilot\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-pilot-service-account\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-pilot\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-ingress\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-ingress-service-account\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-ingress\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-ca-service-account\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-ca\" already exists", "stderr_lines": ["Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": namespaces \"istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-pilot-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-sidecar-injector-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-mixer-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-mixer-validator-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-ca-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterroles.rbac.authorization.k8s.io \"istio-sidecar-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-pilot-admin-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-sidecar-injector-admin-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-ca-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-ingress-admin-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-sidecar-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-mixer-admin-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"istio-mixer-validator-admin-role-binding-istio-system\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": configmaps \"istio-mixer\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-mixer\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-mixer-service-account\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-mixer\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"rules.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"attributemanifests.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"circonuses.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"deniers.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"fluentds.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"kubernetesenvs.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"listcheckers.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"memquotas.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"noops.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"opas.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"prometheuses.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"rbacs.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicecontrols.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"solarwindses.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"stackdrivers.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"statsds.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"stdios.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"apikeys.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"authorizations.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"checknothings.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"kuberneteses.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"listentries.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"logentries.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"metrics.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"quotas.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"reportnothings.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicecontrolreports.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"tracespans.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"serviceroles.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"servicerolebindings.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": attributemanifests.config.istio.io \"istioproxy\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": attributemanifests.config.istio.io \"kubernetes\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"stdio\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": prometheuses.config.istio.io \"handler\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"promhttp\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"promtcp\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": kubernetesenvs.config.istio.io \"handler\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"kubeattrgenrulerule\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": rules.config.istio.io \"tcpkubeattrgenrulerule\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": configmaps \"istio\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"destinationpolicies.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"egressrules.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"routerules.config.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"virtualservices.networking.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"destinationrules.networking.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": customresourcedefinitions.apiextensions.k8s.io \"externalservices.networking.istio.io\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-pilot\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-pilot-service-account\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-pilot\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": services \"istio-ingress\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-ingress-service-account\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-ingress\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": serviceaccounts \"istio-ca-service-account\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/istio.yaml\": deployments.extensions \"istio-ca\" already exists"], "stdout": "stdio \"handler\" created\nlogentry \"accesslog\" created\nmetric \"requestcount\" created\nmetric \"requestduration\" created\nmetric \"requestsize\" created\nmetric \"responsesize\" created\nmetric \"tcpbytesent\" created\nmetric \"tcpbytereceived\" created\nkubernetes \"attributes\" created", "stdout_lines": ["stdio \"handler\" created", "logentry \"accesslog\" created", "metric \"requestcount\" created", "metric \"requestduration\" created", "metric \"requestsize\" created", "metric \"responsesize\" created", "metric \"tcpbytesent\" created", "metric \"tcpbytereceived\" created", "kubernetes \"attributes\" created"]} | |
...ignoring | |
TASK [istio : Deploy Istio Auth from kubernetes file] ************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/add_serviceaccount_to_addon.yml for localhost | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/add_serviceaccount_to_addon.yml for localhost | |
TASK [istio : set_fact] ******************************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"add_on_file_path": "~/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml"}, "changed": false} | |
TASK [istio : Determine whether a ServiceAccount is present in the grafana file] *********************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["grep", "serviceAccountName", "~/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml"], "delta": "0:00:00.024593", "end": "2018-06-14 14:38:09.761989", "rc": 0, "start": "2018-06-14 14:38:09.737396", "stderr": "", "stderr_lines": [], "stdout": " serviceAccountName: grafana", "stdout_lines": [" serviceAccountName: grafana"]} | |
TASK [istio : Add ServiceAccount to grafana add-on for istio prior to version 0.6] ********************************************************************************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Add ServiceAccount to grafana add-on] **************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : set_fact] ******************************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"add_on_definition_path": "/tmp/grafana-service-account"}, "changed": false} | |
TASK [istio : Apply ServiceAccount from template for grafana for istio prior to version 0.6] *********************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Apply ServiceAccount from template for grafana] ****************************************************************************************************************** | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["oc", "create", "serviceaccount", "grafana", "-n", "istio-system"], "delta": "0:00:00.182825", "end": "2018-06-14 14:38:10.486530", "msg": "non-zero return code", "rc": 1, "start": "2018-06-14 14:38:10.303705", "stderr": "Error from server (AlreadyExists): serviceaccounts \"grafana\" already exists", "stderr_lines": ["Error from server (AlreadyExists): serviceaccounts \"grafana\" already exists"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [istio : Define SCC rules to enable containers running with UID zero for Addon service accounts for grafana for istio prior to version 0.6] ******************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Define SCC rules to enable containers running with UID zero for Addon service accounts for grafana] ************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["oc", "adm", "policy", "add-scc-to-user", "anyuid", "-z", "grafana", "-n", "istio-system"], "delta": "0:00:00.146973", "end": "2018-06-14 14:38:10.941168", "rc": 0, "start": "2018-06-14 14:38:10.794195", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:grafana\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:grafana\"]"]} | |
TASK [istio : set_fact] ******************************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"add_on_file_path": "~/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml"}, "changed": false} | |
TASK [istio : Determine whether a ServiceAccount is present in the prometheus file] ******************************************************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["grep", "serviceAccountName", "~/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml"], "delta": "0:00:00.002502", "end": "2018-06-14 14:38:11.382708", "rc": 0, "start": "2018-06-14 14:38:11.380206", "stderr": "", "stderr_lines": [], "stdout": " serviceAccountName: prometheus", "stdout_lines": [" serviceAccountName: prometheus"]} | |
TASK [istio : Add ServiceAccount to prometheus add-on for istio prior to version 0.6] ****************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Add ServiceAccount to prometheus add-on] ************************************************************************************************************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : set_fact] ******************************************************************************************************************************************************** | |
ok: [localhost] => {"ansible_facts": {"add_on_definition_path": "/tmp/prometheus-service-account"}, "changed": false} | |
TASK [istio : Apply ServiceAccount from template for prometheus for istio prior to version 0.6] ******************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Apply ServiceAccount from template for prometheus] *************************************************************************************************************** | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["oc", "create", "serviceaccount", "prometheus", "-n", "istio-system"], "delta": "0:00:00.192078", "end": "2018-06-14 14:38:12.093169", "msg": "non-zero return code", "rc": 1, "start": "2018-06-14 14:38:11.901091", "stderr": "Error from server (AlreadyExists): serviceaccounts \"prometheus\" already exists", "stderr_lines": ["Error from server (AlreadyExists): serviceaccounts \"prometheus\" already exists"], "stdout": "", "stdout_lines": []} | |
...ignoring | |
TASK [istio : Define SCC rules to enable containers running with UID zero for Addon service accounts for prometheus for istio prior to version 0.6] **************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Define SCC rules to enable containers running with UID zero for Addon service accounts for prometheus] *********************************************************** | |
changed: [localhost] => {"changed": true, "cmd": ["oc", "adm", "policy", "add-scc-to-user", "anyuid", "-z", "prometheus", "-n", "istio-system"], "delta": "0:00:00.147320", "end": "2018-06-14 14:38:12.544379", "rc": 0, "start": "2018-06-14 14:38:12.397059", "stderr": "", "stderr_lines": [], "stdout": "scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:prometheus\"]", "stdout_lines": ["scc \"anyuid\" added to: [\"system:serviceaccount:istio-system:prometheus\"]"]} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
included: /home/josejulio/Documents/redhat/kiali/kiali/src/github.com/kiali/kiali/_output/istio-0.7.1/install/ansible/istio/tasks/install_istio_addons.yml for localhost | |
TASK [istio : Install addons from Istio definition file] *********************************************************************************************************************** | |
failed: [localhost] (item=grafana) => {"changed": true, "cmd": "oc create -f ~/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\n oc expose svc grafana -n istio-system", "delta": "0:00:00.497015", "end": "2018-06-14 14:38:13.375759", "item": "grafana", "msg": "non-zero return code", "rc": 1, "start": "2018-06-14 14:38:12.878744", "stderr": "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": services \"grafana\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": deployments.extensions \"grafana\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": serviceaccounts \"grafana\" already exists\nError from server (AlreadyExists): routes \"grafana\" already exists", "stderr_lines": ["Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": services \"grafana\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": deployments.extensions \"grafana\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/grafana.yaml\": serviceaccounts \"grafana\" already exists", "Error from server (AlreadyExists): routes \"grafana\" already exists"], "stdout": "", "stdout_lines": []} | |
failed: [localhost] (item=prometheus) => {"changed": true, "cmd": "oc create -f ~/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\n oc expose svc prometheus -n istio-system", "delta": "0:00:00.641096", "end": "2018-06-14 14:38:14.162258", "item": "prometheus", "msg": "non-zero return code", "rc": 1, "start": "2018-06-14 14:38:13.521162", "stderr": "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": configmaps \"prometheus\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": services \"prometheus\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": deployments.extensions \"prometheus\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": serviceaccounts \"prometheus\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": clusterroles.rbac.authorization.k8s.io \"prometheus\" already exists\nError from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"prometheus\" already exists\nError from server (AlreadyExists): routes \"prometheus\" already exists", "stderr_lines": ["Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": configmaps \"prometheus\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": services \"prometheus\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": deployments.extensions \"prometheus\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": serviceaccounts \"prometheus\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": clusterroles.rbac.authorization.k8s.io \"prometheus\" already exists", "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/prometheus.yaml\": clusterrolebindings.rbac.authorization.k8s.io \"prometheus\" already exists", "Error from server (AlreadyExists): routes \"prometheus\" already exists"], "stdout": "", "stdout_lines": []} | |
changed: [localhost] => (item=servicegraph) => {"changed": true, "cmd": "oc create -f ~/.istio/istio-0.7.1/install/kubernetes/addons/servicegraph.yaml\n oc expose svc servicegraph -n istio-system", "delta": "0:00:01.088117", "end": "2018-06-14 14:38:15.399182", "item": "servicegraph", "rc": 0, "start": "2018-06-14 14:38:14.311065", "stderr": "", "stderr_lines": [], "stdout": "deployment \"servicegraph\" created\nservice \"servicegraph\" created\nroute \"servicegraph\" exposed", "stdout_lines": ["deployment \"servicegraph\" created", "service \"servicegraph\" created", "route \"servicegraph\" exposed"]} | |
changed: [localhost] => (item=zipkin) => {"changed": true, "cmd": "oc create -f ~/.istio/istio-0.7.1/install/kubernetes/addons/zipkin.yaml\n oc expose svc zipkin -n istio-system", "delta": "0:00:02.051384", "end": "2018-06-14 14:38:17.604912", "item": "zipkin", "rc": 0, "start": "2018-06-14 14:38:15.553528", "stderr": "Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/zipkin.yaml\": services \"zipkin\" already exists", "stderr_lines": ["Error from server (AlreadyExists): error when creating \"/home/josejulio/.istio/istio-0.7.1/install/kubernetes/addons/zipkin.yaml\": services \"zipkin\" already exists"], "stdout": "deployment \"zipkin\" created\nroute \"zipkin\" exposed", "stdout_lines": ["deployment \"zipkin\" created", "route \"zipkin\" exposed"]} | |
...ignoring | |
TASK [istio : Install Jaeger on Openshift] ************************************************************************************************************************************* | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : Install Jaeger on Kubernetes] ************************************************************************************************************************************ | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
TASK [istio : include_tasks] *************************************************************************************************************************************************** | |
skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"} | |
PLAY RECAP ********************************************************************************************************************************************************************* | |
localhost : ok=62 changed=18 unreachable=0 failed=0 | |
$ istiooc get metrics.config.istio.io --all-namespaces | |
NAMESPACE NAME AGE | |
istio-system requestcount 2m | |
istio-system requestduration 2m | |
istio-system requestsize 2m | |
istio-system responsesize 2m | |
istio-system tcpbytereceived 2m | |
istio-system tcpbytesent 2m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment