Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new service account #313

Merged
merged 18 commits into from
Oct 17, 2023
Merged

Add new service account #313

merged 18 commits into from
Oct 17, 2023

Conversation

enolfc
Copy link
Contributor

@enolfc enolfc commented Oct 17, 2023

Summary

Starts moving towards the use access tokens obtained from client credentials grant based service account. For now, it will be only applied to those providers than have properly VO tags in their configuration. Others should not see any effect here.

Tests performed:

Working site:

  1. New code
$ sudo docker run -it --rm -v  /etc/egi:/etc/egi:ro --env-file /etc/egi/cloud-info/CESNET-MCC-4bea1f78e9ab4ecd959a2bfbeeb111c7.env cloud-info/test:latest bash
# publisher.sh
WARNING:root:Discarding project service-account-90376025-bce4-4958-9870-1acec380a966 as it does not have VO property
WARNING:root:Discarding project vo.elixir-europe.org as it does not have VO property
WARNING:root:Unexpected issue while getting json for ''{ad:appid: 934}''
{
   "messageIds": [
      "263895"
   ]
}# grep GLUE2PolicyRule cloud-info.out | sort -u | wc
     31      62    1112
  1. Old code:
$ sudo docker run -it --rm -v /etc/egi:/etc/egi:ro --env-file /etc/egi/cloud-info/CESNET-MCC-4bea1f78e9ab4ecd959a2bfbeeb111c7.env  ghcr.io/egi-federation/fedcloud-cloud-info:sha-d2e98ca bash
root@983b0851fcc5:/# publisher.sh
WARNING:root:Discarding project in-sar-cubes.c-scale.eu as it is not enabled
WARNING:root:Discarding project sfedcloudops as it does not have VO property
WARNING:root:Discarding project srobotops as it does not have VO property
WARNING:root:Unexpected issue while getting json for ''{ad:appid: 934}''
{
   "messageIds": [
      "263898"
   ]
}root@983b0851fcc5:/# grep GLUE2PolicyRule cloud-info.out | sort -u | wc
     25      50     889

6 more VOs published

Site without VO property

No changes in behaviour:

  1. Test with new code:
$ docker run -it --rm -v /etc/egi:/etc/egi:ro --env-file /etc/egi/cloud-info/SCAI-f74e0d800af7302143c72648adf96630.env cloud-info/test:latest bash
root@84efc5c74508:/# publisher.sh
WARNING:root:Discarding project vo.ebrain-health.eu as it does not have VO property
WARNING:root:Discarding project ops as it does not have VO property
WARNING:root:Discarding project vo.access.egi.eu as it does not have VO property
WARNING:root:Discarding project vo.fuvex.es as it does not have VO property
ERROR:root:No shares generated!
Traceback (most recent call last):
  File "/usr/local/bin/config-generator", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 78, in main
    shares_config = generate_shares_config(config, secrets)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 61, in generate_shares_config
    shares = generate_shares(config, secrets)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 56, in generate_shares
    raise Exception("No shares found!")
Exception: No shares found!
{
   "messageIds": [
      "63792"
   ]
}root@84efc5c74508# grep GLUE2PolicyRule cloud-info.out | sort -u | wc
      4       8     133
  1. With old code
$ sudo docker run -it --rm -v /etc/egi:/etc/egi:ro --env-file /etc/egi/cloud-info/SCAI-f74e0d800af7302143c72648adf96630.env ghcr.io/egi-federation/fedcloud-cloud-info:sha-d2e98ca bash
root@e9857a692cdd:/# publisher.sh
WARNING:root:Discarding project vo.ebrain-health.eu as it does not have VO property
WARNING:root:Discarding project vo.access.egi.eu as it does not have VO property
WARNING:root:Discarding project vo.fuvex.es as it does not have VO property
WARNING:root:Discarding project ops as it does not have VO property
ERROR:root:No shares generated!
Traceback (most recent call last):
  File "/usr/local/bin/config-generator", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 111, in main
    config = disc.generate_config(site_name, secrets)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 88, in generate_config
    shares = self.generate_shares(secrets)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/cloud_info_catchall/config_generator.py", line 84, in generate_shares
    raise Exception("No shares found!")
Exception: No shares found!
{
   "messageIds": [
      "63795"
   ]
} root@e9857a692cdd:/# grep GLUE2PolicyRule cloud-info.out | sort -u | wcc
      4       8     133

Related issue : #89, #277

@enolfc enolfc requested review from a team as code owners October 17, 2023 11:23
@enolfc enolfc requested a review from gwarf October 17, 2023 11:23
@enolfc
Copy link
Contributor Author

enolfc commented Oct 17, 2023

This is basically a clone of #312 but from the right repo so all tests work

@github-actions
Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Plan 📖success

Show Plan
terraform
Acquiring state lock. This may take a few moments...
openstack_compute_instance_v2.cloud-info: Refreshing state... [id=223ef478-08f5-497a-b923-4484c94e2d18]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # openstack_compute_instance_v2.cloud-info must be replaced
-/+ resource "openstack_compute_instance_v2" "cloud-info" {
      ~ access_ip_v4        = "192.168.1.151" -> (known after apply)
      + access_ip_v6        = (known after apply)
      ~ all_metadata        = {} -> (known after apply)
      ~ all_tags            = [] -> (known after apply)
      ~ availability_zone   = "nova" -> (known after apply)
      ~ created             = "2023-10-09 08:26:05 +0000 UTC" -> (known after apply)
      ~ flavor_name         = "svc1.m" -> (known after apply)
      ~ id                  = "223ef478-08f5-497a-b923-4484c94e2d18" -> (known after apply)
      ~ image_name          = "ubuntu-22.04-amd64-raw" -> (known after apply)
        name                = "cloud-info"
      + region              = (known after apply)
      ~ security_groups     = [
          - "ssh - open",
            # (1 unchanged element hidden)
        ]
      - tags                = [] -> null
      ~ updated             = "2023-10-09 13:58:26 +0000 UTC" -> (known after apply)
      ~ user_data           = "0a169394c3d7fc089c407fbc79c88277356eac7a" -> "650b0becead0801c48af4f316415606b94920a9b" # forces replacement
        # (5 unchanged attributes hidden)

      ~ network {
          ~ fixed_ip_v4    = "192.168.1.151" -> (known after apply)
          + fixed_ip_v6    = (known after apply)
          + floating_ip    = (known after apply)
          ~ mac            = "fa:16:3e:43:df:6c" -> (known after apply)
          ~ name           = "cloud_egi_net" -> (known after apply)
          + port           = (known after apply)
            # (2 unchanged attributes hidden)
        }
    }

Plan: 1 to add, 0 to change, 1 to destroy.

Changes to Outputs:
  ~ instance-id = "223ef478-08f5-497a-b923-4484c94e2d18" -> (known after apply)

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.
Releasing state lock. This may take a few moments...

Pusher: @enolfc, Action: pull_request

Copy link
Member

@gwarf gwarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@enolfc enolfc merged commit 1a94d45 into main Oct 17, 2023
38 of 39 checks passed
@github-actions
Copy link

Ansible deployment: success

Deployment log

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [localhost]

TASK [ansible-role-fedcloud-ops : Ensure cron is available] ********************
ok: [localhost]

TASK [ansible-role-fedcloud-ops : Install docker] ******************************
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/docker.yml for localhost

TASK [ansible-role-fedcloud-ops : Install dependencies] ************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Docker repo key] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Add docker repo] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Install docker] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Ensure docker config dir is present] *********
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Configure docker] ****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Restart docker] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Load site configuration] *********************
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/TR-FC1-ULAKBIM.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/DESY-CC.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CLOUDIFIN.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/IISAS-FedCloud-cloud.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/UA-BITP.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CESGA.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/100IT.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/INFN-CLOUD-CNAF.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/NCG-INGRID-PT.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/EODC.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CYFRONET-CLOUD.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/UPV-GRyCAP.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/WALTON-CLOUD.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/ILIFU-UCT.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/SCAI.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/IFCA-LCG2.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/UNIV-LILLE.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/BIFI.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/IN2P3-IRES.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/INFN-PADOVA-STACK.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/GSI-LCG2.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/fedcloud.srce.hr.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/INFN-CLOUD-BARI.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CESNET-MCC.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/GRNET-OPENSTACK.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/ELKH-CLOUD.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CETA-GRID.yaml)
ok: [localhost] => (item=/var/tmp/egi/deploy/../sites/CESGA-CLOUD.yaml)

TASK [ansible-role-fedcloud-ops : Set site configuration variable] *************
ok: [localhost] => (item=site_incl_vars_TR-FC1-ULAKBIM)
ok: [localhost] => (item=site_incl_vars_DESY-CC)
ok: [localhost] => (item=site_incl_vars_CLOUDIFIN)
ok: [localhost] => (item=site_incl_vars_IISAS-FedCloud-cloud)
ok: [localhost] => (item=site_incl_vars_UA-BITP)
ok: [localhost] => (item=site_incl_vars_CESGA)
ok: [localhost] => (item=site_incl_vars_100IT)
ok: [localhost] => (item=site_incl_vars_INFN-CLOUD-CNAF)
ok: [localhost] => (item=site_incl_vars_NCG-INGRID-PT)
ok: [localhost] => (item=site_incl_vars_EODC)
ok: [localhost] => (item=site_incl_vars_CYFRONET-CLOUD)
ok: [localhost] => (item=site_incl_vars_UPV-GRyCAP)
ok: [localhost] => (item=site_incl_vars_WALTON-CLOUD)
ok: [localhost] => (item=site_incl_vars_ILIFU-UCT)
ok: [localhost] => (item=site_incl_vars_SCAI)
ok: [localhost] => (item=site_incl_vars_IFCA-LCG2)
ok: [localhost] => (item=site_incl_vars_UNIV-LILLE)
ok: [localhost] => (item=site_incl_vars_BIFI)
ok: [localhost] => (item=site_incl_vars_IN2P3-IRES)
ok: [localhost] => (item=site_incl_vars_INFN-PADOVA-STACK)
ok: [localhost] => (item=site_incl_vars_GSI-LCG2)
ok: [localhost] => (item=site_incl_vars_fedcloud.srce.hr)
ok: [localhost] => (item=site_incl_vars_INFN-CLOUD-BARI)
ok: [localhost] => (item=site_incl_vars_CESNET-MCC)
ok: [localhost] => (item=site_incl_vars_GRNET-OPENSTACK)
ok: [localhost] => (item=site_incl_vars_ELKH-CLOUD)
ok: [localhost] => (item=site_incl_vars_CETA-GRID)
ok: [localhost] => (item=site_incl_vars_CESGA-CLOUD)

TASK [ansible-role-fedcloud-ops : Create /etc/egi directory] *******************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Create /etc/egi/vos directory] ***************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Create VO specific files] ********************
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/vo-config.yml for localhost => (item=(censored due to no_log))

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO directory] ********************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client id] **************************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: client secret] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : VO auth: refresh token] **********************
skipping: [localhost]

TASK [ansible-role-fedcloud-ops : Create /etc/egi directory] *******************
ok: [localhost]

TASK [ansible-role-fedcloud-ops : Create /etc/egi/cloud-info directory] ********
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Create /var/lock/cloud-info directory] *******
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Create /var/log/cloud-info directory] ********
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Site specific config] ************************
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'TR-FC1-ULAKBIM', 'endpoint': 'https://bulut.truba.gov.tr:5000/v3', 'vos': [{'name': 'dteam', 'auth': {'project_id': '208e4da6c3c249cdab269cb5b645cceb'}}, {'name': 'eiscat.se', 'auth': {'project_id': '4b607492b48c4d9c9942ca243ae16a58'}}, {'name': 'enmr.eu', 'auth': {'project_id': '261e58163d204beb8d6ee82cca385771'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'c2ffb5336de9467c8a588038e2c06750'}}, {'name': 'fusion', 'auth': {'project_id': '0606cbf2743c4bbc8680227247f4d616'}}, {'name': 'ops', 'auth': {'project_id': '64abd71f8a1e42b6a3be1d1a172d96b6'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '2fa316a05d364de9b5a55ac78a45f8bf'}}, {'name': 'vo.enes.org', 'auth': {'project_id': 'a59bd0a9ed754941962846c4a081d6ca'}}, {'name': 'vo.nbis.se', 'auth': {'project_id': 'b0159e11cb4b470eba90d113593e90c9'}}, {'name': 'vo.imagine-ai.eu', 'auth': {'project_id': '3c1f7074ad974024849cfd01a4b3858d'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'DESY-CC', 'endpoint': 'https://ccmi-api.desy.de:5000/v3', 'vos': [{'name': 'fedcloud.egi.eu', 'auth': {'project_id': '84ef898d6bdc4d01aaabdf1dda2ca791'}}, {'name': 'vo.panosc.eu', 'auth': {'project_id': 'ac06d127fc14463c9bd283f08e731eb2'}}, {'name': 'vo.cite.gr', 'auth': {'project_id': 'cf702115862145869d78aadab4021f81'}}, {'name': 'vo.openrdm.eu', 'auth': {'project_id': '270eaf591c4b489a8f6dc1400fe2ed3c'}}, {'name': 'peachnote.com', 'auth': {'project_id': '27f37f6027eb490f9d4994b57e08054e'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CLOUDIFIN', 'endpoint': 'https://cloud-ctrl.nipne.ro:443/v3', 'vos': [{'name': 'benchmark.terradue.com', 'auth': {'project_id': 'c9aedbfbf1154d3b9a0db9b0d63f7d85'}}, {'name': 'dteam', 'auth': {'project_id': 'f726c16f3e2346bf891021c89b4dc58d'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '245cdfdce0c84227b9b60d247618f635'}}, {'name': 'ops', 'auth': {'project_id': '21440821c8904e5b8ce5ec101a1ca879'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'IISAS-FedCloud', 'endpoint': 'https://cloud.ui.savba.sk:5000/v3/', 'vos': [{'name': 'cloud.egi.eu', 'auth': {'project_id': '982ce52d45fe4e33a1c952ab9484c711'}}, {'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': 'a22bbffb007745b2934bf308b0a4d186'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': '51f736d36ce34b9ebdf196cfcabd24ee'}}, {'name': 'mswss.ui.savba.sk', 'auth': {'project_id': 'a3684e7440aa42f287cf5e9e85ea4cae'}}, {'name': 'mteam.data.kit.edu', 'auth': {'project_id': '071a2c4b52494bccbc3606d59d0e6951'}}, {'name': 'ops', 'auth': {'project_id': '06f5a36f70684fd7b27518625458b69d'}}, {'name': 'training.egi.eu', 'auth': {'project_id': 'ba233ccdb3a84ecb961ad340f4b34369'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '71dc9c3785cc4876bfb1a4bfc681e0f3'}}, {'name': 'vo.matrycs.eu', 'auth': {'project_id': '6c2453d04ee544868b70684928d96337'}}, {'name': 'vo.bd4nrg.eu', 'auth': {'project_id': '74128e581e6941ad91c7fce06f14e6c8'}}, {'name': 'vo.oipub.com', 'auth': {'project_id': 'e188494f39564812987a4ee5f58084a7'}}, {'name': 'vo.e-rihs.eu', 'auth': {'project_id': '6eb56eb83eb54aad9c3226cdeb716c8c'}}, {'name': 'vo.beamide.com', 'auth': {'project_id': '5139b731becd4f0b8fbf5fc19b909d58'}}, {'name': 'vo.ai4eosc.eu', 'auth': {'project_id': '4d40037774784f22907d537070e85f42'}}, {'name': 'vo.latitudo40.com.eu', 'auth': {'project_id': '8cab8753df654e92a763d756905715fd'}}, {'name': 'vo.usegalaxy.eu', 'auth': {'project_id': '7a23c4fa956a499c854eb215f3a95218'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'UA-BITP', 'endpoint': 'https://openstack.bitp.kiev.ua:5000/v3', 'vos': [{'name': 'dteam', 'auth': {'project_id': '1305de6b15384e0c8d77251ab6f703af'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '8d48556b378549a3a3f02ce933096c1f'}}, {'name': 'ops', 'auth': {'project_id': 'ea6e7637552d476d8247b5d42a07df7d'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '8d48556b378549a3a3f02ce933096c1f'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CESGA', 'endpoint': 'https://fedcloud-osservices.egi.cesga.es:5000/v3', 'vos': [{'name': 'benchmark.terradue.com', 'auth': {'project_id': 'c948a24f5e564668af0e9a106e38a944'}}, {'name': 'blazarmonitoring.asi.it', 'auth': {'project_id': '835c2dd1be6f4e319dfce60b34c1b1c3'}}, {'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': '972298c557184a2192ebc861f3184da8'}}, {'name': 'd4science.org', 'auth': {'project_id': '69522b33d33a4c53a471eb269e069d5b'}}, {'name': 'enmr.eu', 'auth': {'project_id': '7f23f4323ff54359964d3afdd1f2a8c7'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': '57bcb0efcba4467fa225add92fdc194c'}}, {'name': 'fusion', 'auth': {'project_id': '11b8dbe34f9f4379bf2339121a1429e0'}}, {'name': 'lagoproject.net', 'auth': {'project_id': '50a0ce2d050048c68bc3094b6682d837'}}, {'name': 'mswss.ui.savba.sk', 'auth': {'project_id': 'a91154f2803b4414a4f34039539833fa'}}, {'name': 'o3as.data.kit.edu', 'auth': {'project_id': '4a22f140a5fb4678aa1599fbf0b44b2f'}}, {'name': 'ops', 'auth': {'project_id': '707711a8c2154caab35fa9ccdf38434a'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '3a8e9d966e644405bf19b536adf7743d'}}, {'name': 'vo.clarin.eu', 'auth': {'project_id': 'f5575c54231747109d6b2466334085bb'}}, {'name': 'vo.emso-eric.eu', 'auth': {'project_id': '916506ac136741c28e4326975eef0bff'}}, {'name': 'vo.envri-fair.eu', 'auth': {'project_id': 'c1c9c25774fe418599bced1d45862c60'}}, {'name': 'vo.nextgeoss.eu', 'auth': {'project_id': 'b1d2ef2cc2284c57bcde21cf4ab141e3'}}, {'name': 'vo.notebooks.egi.eu', 'auth': {'project_id': 'fcaf23d103c1485694e7494a59ee5f09'}}, {'name': 'vo.stars4all.eu', 'auth': {'project_id': 'ed8399d460a44bde9c69484ccc6a53b6'}}, {'name': 'vo.deltares.nl', 'auth': {'project_id': '6808ae202f6044f8aea95495ac3588b9'}}, {'name': 'vo.plocan.eu', 'auth': {'project_id': '7d4e7efd1eab46fb949aa06c35aeb60d'}}, {'name': 'bioisi', 'auth': {'project_id': 'f6c8441325e040e39a79a41cf39d3066'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': '100IT', 'endpoint': 'https://cloud-egi.100percentit.com:5000/v3/', 'vos': [{'name': 'dteam', 'auth': {'project_id': '0785b78c70ce4e9f91bf851a4fd156b2'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '7cfb9087632a4df5b738fbd0b795f2ad'}}, {'name': 'ops', 'auth': {'project_id': '24426f375b494df5b47f1efebc272e5c'}}, {'name': 'vo.digitbrain.eu', 'auth': {'project_id': '3d181dc16e654078a9cbbe1a9df6228f'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'INFN-CLOUD-CNAF', 'endpoint': 'https://cloud-api-pub.cr.cnaf.infn.it:5000/v3', 'region': 'sdds', 'vos': [{'name': 'dteam', 'auth': {'project_id': 'a8af02aad2894e9e8b5d4775c9736b8a'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'a8af02aad2894e9e8b5d4775c9736b8a'}}, {'name': 'fermi-lat.infn.it', 'auth': {'project_id': 'd20b02f7f6254acab37b29a0e74015c2'}}, {'name': 'ops', 'auth': {'project_id': '8b6a8afe225344dea808ec17a26de56d'}}, {'name': 'vo.i-nergy.eu', 'auth': {'project_id': 'ce2be245c0a24b52a0d31ede99c0bd63'}}, {'name': 'vo.projectescape.eu', 'auth': {'project_id': '1f3ff0902d554384a5af936e6643695f'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'NCG-INGRID-PT', 'endpoint': 'https://stratus.ncg.ingrid.pt:5000/v3', 'vos': [{'name': 'aquamonitor.c-scale.eu', 'auth': {'project_id': '8258f24c93b14473ba58892f5f2748f4'}}, {'name': 'cloud.egi.eu', 'auth': {'project_id': '6b042927bcfa466cb9eb56d3ea679987'}}, {'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': '05e52356addc44e18ef2bd14f2e2f67d'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': 'ddf0c468c8af4e0bbb9808bfc0288381'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'bd5a81e1670b48f18af33b05512a9d77'}}, {'name': 'lagoproject.net', 'auth': {'project_id': '14e8f964db4c4a8ea286b0886ab51e7c'}}, {'name': 'opencoast.eosc-hub.eu', 'auth': {'project_id': 'b0cea6bd85844b0693ceda70d9f94a09'}}, {'name': 'ops', 'auth': {'project_id': 'f9b54a925f8a467bba107f577dae7479'}}, {'name': 'training.egi.eu', 'auth': {'project_id': 'e51b8a89b30945adbf52a5d568912e4c'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': 'bd5a81e1670b48f18af33b05512a9d77'}}, {'name': 'worsica.vo.incd.pt', 'auth': {'project_id': 'a53ca78c534046e5b13f4537ae698411'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'EODC', 'endpoint': 'https://cloud.eodc.eu:5000/v3/', 'vos': [{'name': 'eval.c-scale.eu', 'auth': {'project_id': '9197366d7240406c9fcb7431bee8e569'}}, {'name': 'ops', 'auth': {'project_id': '9197366d7240406c9fcb7431bee8e569'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CYFRONET-CLOUD', 'endpoint': 'https://panel.cloud.cyfronet.pl:5000/v3/', 'vos': [{'name': 'culturalheritage.vo.egi.eu', 'auth': {'project_id': '0a9d5dd734854a15a4b5d1c8a21772bc'}}, {'name': 'dteam', 'auth': {'project_id': '9b40bb40431c4f4180c280b6675f9bb9'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '1295728b1ce747fb96c043c6e254ad6f'}}, {'name': 'ops', 'auth': {'project_id': 'c030e7317150482d920717888e82ce5f'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '7635176e4f9b4cb4b3f4192a5bf901a3'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'UPV-GRyCAP', 'endpoint': 'https://menoscloud.i3m.upv.es:5000/v3', 'vos': [{'name': 'eosc-synergy.eu', 'auth': {'project_id': '6f84e31391024330b16d29d6ccd26932'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'db929e9034f04d1698c1a0d58283366e'}}, {'name': 'ops', 'auth': {'project_id': '292568ead7454709a17f19189d5a840a'}}, {'name': 'saps-vo.i3m.upv.es', 'auth': {'project_id': 'e7608e969cfd4f49907cff17d1774898'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'WALTON-CLOUD', 'endpoint': 'https://horizon.waltoncloud.eu:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': '786ae008b6694cfca45e04001fe2054c'}}, {'name': 'vo.eurosea.marine.ie', 'auth': {'project_id': '30e1e1ad790043108f18a627474296df'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'ILIFU-UCT', 'endpoint': 'https://openstack.ilifu.ac.za:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': '668927725bfa4b87a8f02a214095f34d'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': 'a8c0add4584e4230832f84adb0539809'}}, {'name': 'vo.mightee.idia.za', 'auth': {'project_id': 'd35b3b03f8ee41e3bc1bfbf212fee346'}}, {'name': 'eval.c-scale.eu', 'auth': {'project_id': '36a68426b1a2415380ed62745bc7ba6c'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'SCAI', 'endpoint': 'https://cloud.scai.fraunhofer.de:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': '7884889abbe44c43b331027fc2f39b75'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': 'd12c055894f245b28c75c95e4ca78407'}}, {'name': 'vo.ebrain-health.eu', 'auth': {'project_id': '4733227537724f7aade971aedefb015a'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'IFCA-LCG2', 'endpoint': 'https://api.cloud.ifca.es:5000/v3/', 'vos': [{'name': 'cos4cloud-eosc.eu', 'auth': {'project_id': 'c614975f1176494eaf6d6c389e1f3e2c'}}, {'name': 'cryoem.instruct-eric.eu', 'auth': {'project_id': 'c7db08b907ef4f0fae73bdd6587bc79e'}}, {'name': 'demo.fedcloud.egi.eu', 'auth': {'project_id': '2a7e2cd4b6dc4e609dd934964c1715c6'}}, {'name': 'dteam', 'auth': {'project_id': '5eb8959a799240a98f4f303f5fbd80be'}}, {'name': 'enmr.eu', 'auth': {'project_id': 'b6b1c395b7da4e8aa1d0895bd695b0ba'}}, {'name': 'icecube', 'auth': {'project_id': '36a6b6937b4d4d23a74842791d5c6e9a'}}, {'name': 'opencoast.eosc-hub.eu', 'auth': {'project_id': '4ebc1727dbed465c8ef72617a9075b4f'}}, {'name': 'openrisknet.org', 'auth': {'project_id': '6f17d8db2b07472dacf01c453753c3a8'}}, {'name': 'ops', 'auth': {'project_id': 'a372c1e2fba040e58fd0cb524a3ccd34'}}, {'name': 'training.egi.eu', 'auth': {'project_id': 'f1d0308880134d04964097524eace710'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '999f045cb1ff4684a15ebb338af69460'}}, {'name': 'vo.ai4eosc.eu', 'auth': {'project_id': 'f44e296a9ea441548456d25fb5b467c9'}}, {'name': 'vo.imagine-ai.eu', 'auth': {'project_id': '2f9d982c4a654c38aad616f5a1f7146d'}}, {'name': 'vo.lifewatch.eu', 'auth': {'project_id': '3c8d36c4136946238e82d995fd274d1c'}}, {'name': '/vo.lifewatch.eu/openbiomap', 'auth': {'project_id': 'ac7bc26131d248ecb6add521e648c331'}}, {'name': 'vo.obsea.es', 'auth': {'project_id': '9ce2e985504d44d5af102ad3b537ffad'}}, {'name': 'ispravision.vo.egi.eu', 'auth': {'project_id': 'ed9a5bb0f5a5444ba2ad5cd97072a189'}}, {'name': 'vo.digitbrain.eu', 'auth': {'project_id': '3eff18b8a237407ea2ed56aa9cb5d07c'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'UNIV-LILLE', 'endpoint': 'https://thor.univ-lille.fr:5000/v3', 'vos': [{'name': 'dteam', 'auth': {'project_id': 'aa893955520a4a98a04453808d6f1232'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'def49ef0ac58495f90d8aa2463b33b10'}}, {'name': 'ops', 'auth': {'project_id': 'bee15053597542e3bdd4d7c281eef650'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': 'e57db5c1e0b24bcbac9904f4ac22dcaa'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'BIFI', 'endpoint': 'https://colossus.cesar.unizar.es:5000/v3', 'vos': [{'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': 'f07679a8d4ac40379b51db4236bc3c27'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': '0c1de26753ed4311a6cefff9094ad3e3'}}, {'name': 'lagoproject.net', 'auth': {'project_id': '21a85c6ead0346b08e22709d0422799d'}}, {'name': 'o3as.data.kit.edu', 'auth': {'project_id': '621b1977bb384beab1519713c7e695f0'}}, {'name': 'ops', 'auth': {'project_id': '6930771153aa4b8d8637222dec8fd949'}}, {'name': 'worsica.vo.incd.pt', 'auth': {'project_id': '46f55a92f3904d509d75525930d8d0eb'}}, {'name': 'vo.phiri.eu', 'auth': {'project_id': '1d64c6e5237b46af8acb44f79b7b5a15'}}, {'name': 'vo.bd4nrg.eu', 'auth': {'project_id': '3e18859848be489a8d741b264049f4a9'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'IN2P3-IRES', 'endpoint': 'https://sbgcloud.in2p3.fr:5000/v3', 'vos': [{'name': 'belle', 'auth': {'project_id': 'e5258170eee8429da316e6a710f6d185'}}, {'name': 'benchmark.terradue.com', 'auth': {'project_id': 'd579ada647314c91989daa63399fe2fa'}}, {'name': 'bioisi', 'auth': {'project_id': 'bf15d4331f3d4c3997e17c0740930e8c'}}, {'name': 'biomed', 'auth': {'project_id': '3a43bcf92f954d79ac1dcf07c5833e49'}}, {'name': 'cms', 'auth': {'project_id': '187caf7c40a2463390b59b3970f2048d'}}, {'name': 'dteam', 'auth': {'project_id': '2490c27604904357b9e50c5e77aaeedf'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': 'a5eb30bba2c2497b90645fb199e34b39'}}, {'name': 'med.semmelweis-univ.hu', 'auth': {'project_id': '8bea7dbd202f4cbcafb7e00334f320f2'}}, {'name': 'ops', 'auth': {'project_id': '929ff81c495b4cafb02fa1b8eef032c8'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '7a91022b9ae74ed9ac1a574972a79499'}}, {'name': 'vo.elixir-europe.org', 'auth': {'project_id': '2dfd063612f14a84989496e1a8ac080e'}}, {'name': 'vo.emphasisproject.eu', 'auth': {'project_id': '3232754379c3469c9e8dbe8f403a8835'}}, {'name': 'vo.europlanet-vespa.eu', 'auth': {'project_id': 'c8005e7c85ca4929bde70882ae1ec137'}}, {'name': 'vo.nbis.se', 'auth': {'project_id': 'b822cf1f1c24427599ccb6bbe6266ae7'}}, {'name': 'vo.operas-eu.org', 'auth': {'project_id': 'bc4fed7e87514dd884924c77cad714bc'}}, {'name': 'vo.lethe-project.eu', 'auth': {'project_id': 'f064d2b5f42a4704958f3bfbff7404bd'}}, {'name': 'saps-vo.i3m.upv.es', 'auth': {'project_id': '96709738ce5a4439a0e14a77db9d3882'}}, {'name': 'vo.pithia.eu', 'auth': {'project_id': '7408db293bcd473a98e44924263f1190'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'INFN-PADOVA-STACK', 'endpoint': 'https://egi-cloud.pd.infn.it:443/v3', 'vos': [{'name': 'cms', 'auth': {'project_id': '02c6590d5e2945d686715520f3a16129'}}, {'name': 'dteam', 'auth': {'project_id': '142e67568077410c88587fc309864310'}}, {'name': 'enmr.eu', 'auth': {'project_id': 'ecd4227c23fd4c85b833a1c7e58cfbba'}}, {'name': 'ops', 'auth': {'project_id': 'f9b54a925f8a467bba107f577dae7479'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '5ddb325ca8c2495abfd4e8f230bcd51a'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'GSI-LCG2', 'endpoint': 'https://egiosc.gsi.de:5000/v3', 'vos': [{'name': 'dteam', 'auth': {'project_id': 'b761864a53df410d949c87a958a36619'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '83ce3056c13c4dc4a5763e9fd1aa34ad'}}, {'name': 'ops', 'auth': {'project_id': 'c585e9ae796649f2be13d113a43749aa'}}, {'name': 'vo.access.egi.eu', 'auth': {'project_id': '1392719e6e4c4bf7ba0fce8c0acbbd22'}}, {'name': 'vo.envrihub.eu', 'auth': {'project_id': '09ea02290dcb4aa0b3bde9b179a45c43'}}, {'name': 'vo.complex-systems.eu', 'auth': {'project_id': '260beefcea224be6a278ccb8e89668dd'}}, {'name': 'vo.inteligg.com', 'auth': {'project_id': '9fe5330bec51464bad89d368d73b88fc'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'fedcloud.srce.hr', 'endpoint': 'https://cloud.cro-ngi.hr:5000/v3/', 'vos': [{'name': 'dteam', 'auth': {'project_id': '8fbe7b83bfa7420ea75bbceb761ad079'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '662f67f51f4c451987e62b17820a2bc5'}}, {'name': 'ops', 'auth': {'project_id': '949f4fe468164de9a8afdf03e70a6fc0'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'INFN-CLOUD-BARI', 'endpoint': 'https://keystone.recas.ba.infn.it/v3', 'protocol': 'openid', 'vos': [{'name': 'ops', 'auth': {'project_id': '690609ffff9a42ed96b42b4b745b9e5d'}}, {'name': 'vo.emso-eric.eu', 'auth': {'project_id': '18ef543d904b441cbb9c5f2302dbd154'}}, {'name': 'vo.decido-project.eu', 'auth': {'project_id': '9ca3e35cbd1b4b3f8c7676908dc10b78'}}, {'name': 'vo.usegalaxy.eu', 'auth': {'project_id': 'b82b6407118642d0af8ae32235ba974e'}}, {'name': 'vo.nbis.se', 'auth': {'project_id': '779d51b021904fe990913cc0bf738031'}}, {'name': 'vo.binare-oy.eu', 'auth': {'project_id': 'f08cb68480de4ac38dbe3cf63e42bf38'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CESNET-MCC', 'endpoint': 'https://identity.cloud.muni.cz/v3', 'vos': [{'name': 'biomed', 'auth': {'project_id': 'eca73ad6a84d4c0088063505c36349ab'}}, {'name': 'chipster.csc.fi', 'auth': {'project_id': '2ce965f162c9434cb21ac25f3b05bd9f'}}, {'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': '192e87f713474117a2a22704ac4da1a2'}}, {'name': 'cryoem.instruct-eric.eu', 'auth': {'project_id': 'd0ebf0fad0a04be19f93fdf794469544'}}, {'name': 'demo.fedcloud.egi.eu', 'auth': {'project_id': '10b972eed97940089b234f6257d7db72'}}, {'name': 'drihm.eu', 'auth': {'project_id': '4216152b63f34cc28401bb9bbd40b0bf'}}, {'name': 'dteam', 'auth': {'project_id': '0aa5b696969c42988b18beda3f85b885'}}, {'name': 'enmr.eu', 'auth': {'project_id': '8f4f75b011fe44ef99105a32817d2fc0'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': 'd85ca93c937a4a97adf134ec2593296d'}}, {'name': 'fusion', 'auth': {'project_id': '426b25102bdb49b8b6969cef5aabaecf'}}, {'name': 'ops', 'auth': {'project_id': '73ee46f9a64243d2955ecb07e4f28289'}}, {'name': 'peachnote.com', 'auth': {'project_id': 'bf5fbc4e22164e4d8a464e9c97706830'}}, {'name': 'training.egi.eu', 'auth': {'project_id': 'eae2aa7f26334104906106bca4b82ae3'}}, {'name': 'umsa.cerit-sc.cz', 'auth': {'project_id': '10e31299a9b548fdbe36e4dbe571168e'}}, {'name': '/biomed/vip', 'auth': {'project_id': '721251d671ea4268876043a9474ba3de'}}, {'name': 'vo.clarin.eu', 'auth': {'project_id': '5fc606127d2d4499b959ff79219c7144'}}, {'name': 'vo.elixir-europe.org', 'auth': {'project_id': '90f5ae8fb33e45888be97f152bc2f67b'}}, {'name': 'vo.emphasisproject.eu', 'auth': {'project_id': 'b953842bf4204dc98054f6c3ae581cb5'}}, {'name': 'vo.europlanet-vespa.eu', 'auth': {'project_id': '89140661b6be4ef281ab7a67d4c83e0c'}}, {'name': 'vo.geoss.eu', 'auth': {'project_id': '24869cfe0e094f59a3110429e068eef2'}}, {'name': 'vo.indigo-datacloud.eu', 'auth': {'project_id': '25cb49baedbf40a194729ff6802c8491'}}, {'name': 'vo.max-centre.eu', 'auth': {'project_id': '50fc58ed66a14106b40b9c6d7d9af86c'}}, {'name': 'vo.nextgeoss.eu', 'auth': {'project_id': '081396a827c94f3da0c922cf6d8fb7f7'}}, {'name': 'vo.notebooks.egi.eu', 'auth': {'project_id': '28b74c3073a74b34a729cbf9777e7344'}}, {'name': 'vo.panosc.eu', 'auth': {'project_id': 'd868dfd63a674d94bbd9d9b7b54443e3'}}, {'name': 'icecube', 'auth': {'project_id': '14c82a422b094c32b4858ce959fa1a0d'}}, {'name': 'university.eosc-synergy.eu', 'auth': {'project_id': 'a478488b79df46c4a086ecb7a321b038'}}, {'name': 'waterwatch.c-scale.eu', 'auth': {'project_id': 'acf5d12568914e65a80150efb087cbb8'}}, {'name': 'vo.carouseldancing.org', 'auth': {'project_id': '7ace5ca998b849619bd34e922fbd2cb7'}}, {'name': 'vo.pangeo.eu', 'auth': {'project_id': '05e0ff6e03774082aadacc75bfc1d783'}}, {'name': 'vo.environmental.egi.eu', 'auth': {'project_id': '29e6fbf618984a0c98ffcdf0222ad815'}}, {'name': 'vo.eoscfuture-sp.panosc.eu', 'auth': {'project_id': 'c91eeff7bf7845bc901b319512f2ebdb'}}, {'name': 'vo.inactive-sarscov2.eu', 'auth': {'project_id': '0df0a85cfe8e47d38ce9142858845800'}}, {'name': 'eval.c-scale.eu', 'auth': {'project_id': 'd6283bc95d5c4296abb799596867818c'}}, {'name': '/vo.pangeo.eu/swift', 'auth': {'project_id': '57102d3e06b7476088fe4924370ae170'}}, {'name': '/vo.pangeo.eu/escience', 'auth': {'project_id': '5e5a45e153d3424997fda0c4fd21a21f'}}, {'name': 'vo.thepund.it', 'auth': {'project_id': 'a0faee5136134d1ab1e62385c3e45c75'}}, {'name': 'vo.enes.org', 'auth': {'project_id': '786566209a7444f89a561172fa28e117'}}, {'name': 'vo.envrihub.eu', 'auth': {'project_id': '61d8e5a65aff45fabc41ae954e905d11'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'GRNET-OPENSTACK', 'endpoint': 'https://keystone-louros.cloud.grnet.gr:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': 'fd88c4b7bf9242fdbde17b484ccdb032'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'ELKH-CLOUD', 'endpoint': 'https://sztaki.science-cloud.hu:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': '6141a6ee30004094b4e9e53913a8e399'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CETA-GRID', 'endpoint': 'https://controller.ceta-ciemat.es:5000/v3/', 'vos': [{'name': 'covid19.eosc-synergy.eu', 'auth': {'project_id': '4eda27e5514c496b9878e2b87a7c8515'}}, {'name': 'dteam', 'auth': {'project_id': '470c60ff781949be87ec17e0d3e208d9'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': '8e0f99db8b7845d38512f0ddce9049e3'}}, {'name': 'fedcloud.egi.eu', 'auth': {'project_id': '8ad2ac56f33540cdbfbd45ad5095d924'}}, {'name': 'lagoproject.net', 'auth': {'project_id': '3afddede673548a99dc5c2e819baf5a8'}}, {'name': 'o3as.data.kit.edu', 'auth': {'project_id': 'b8f5431e14e64c1ca2264f44ce6b0567'}}, {'name': 'ops', 'auth': {'project_id': 'f43bd8db629d40bbb85ffdb0dfdba28e'}}, {'name': 'worsica.vo.incd.pt', 'auth': {'project_id': 'ef3e041a01a44915a3654c7c09af1fb1'}}, {'name': 'saps-vo.i3m.upv.es', 'auth': {'project_id': '0691729e8ea04d90aab9603cb1d2dc7f'}}, {'name': 'EOServices-vo.indra.es', 'auth': {'project_id': '9882d85f83884bbf9cf0dd4ab54c0aac'}}, {'name': 'mswss.ui.savba.sk', 'auth': {'project_id': 'a9236c4cdd9f49ffa9663b4678132080'}}]})
included: /root/.ansible/roles/ansible-role-fedcloud-ops/tasks/cloud-info.yml for localhost => (item={'gocdb': 'CESGA-CLOUD', 'endpoint': 'https://cloud.srv.cesga.es:5000/v3', 'vos': [{'name': 'ops', 'auth': {'project_id': 'e92677d7fc0742a7b1e3a33285e2296c'}}, {'name': 'cesga.es', 'auth': {'project_id': '7274a80de0954f0f88a594f94642b1fb'}}, {'name': 'eosc-synergy.eu', 'auth': {'project_id': '8b3f809f2b0841e6b91b7f60d08da8c9'}}, {'name': 'vo.deltares.nl', 'auth': {'project_id': '8a244d1b0d0f4f8e8c9519fae4cfc8ee'}}, {'name': 'bioisi', 'auth': {'project_id': '458f3225272243d7b1c0551d3af3f130'}}, {'name': 'benchmark.terradue.com', 'auth': {'project_id': '5fe3458a96084df893200e92bdb33213'}}, {'name': 'vo.plocan.eu', 'auth': {'project_id': '2ce3f160cdd64d46b02f3b1f856ed8ec'}}, {'name': 'vo.emso-eric.eu', 'auth': {'project_id': 'c76094afeb98405d921820ae7588d92a'}}, {'name': 'vo.aneris.eu', 'auth': {'project_id': 'ec4d71d1142b46a39f7cf704d79219c5'}}]})

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud-info config directory] *****************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info env] ******************************
changed: [localhost]

TASK [ansible-role-fedcloud-ops : Cloud info cron] *****************************
changed: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=622  changed=480  unreachable=0    failed=0    skipped=48   rescued=0    ignored=0   

@enolfc enolfc deleted the service-account-egi branch October 17, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants