Marcos Amorim
2020-03-04 9cf18a5519fb9ff19aad4d92fe0932a281d8d7fb
Set become true to import images to ceph (#1232)

1 files modified
3 ■■■■ changed files
ansible/configs/osp-migration/pre_infra.yml 3 ●●●● patch | view | raw | blame | history
ansible/configs/osp-migration/pre_infra.yml
@@ -12,7 +12,7 @@
        name: "{{ import_host }}"
        group: "migration"
        ansible_user: "root"
        ansible_become: false
        ansible_become: true
- name: Step 001 Migrating blueprints
  hosts: migration
@@ -24,6 +24,7 @@
  - osp_migration
  tasks:
    - name: Download images from project
      become: true
      environment:
        OS_AUTH_URL: "{{ osp_auth_url }}"
        OS_USERNAME: "{{ osp_auth_username }}"