Diff
checker
Testo
Testo
Immagini
Documenti
Excel
Cartelle
Legal
Enterprise
Applicazione per desktop
Prezzi
Accedi
Scarica Diffchecker Desktop
Confronta il testo
Trova la differenza tra due file di testo
Strumenti
Cronologia
Editor live
Comprimi invariate
Senza a capo
Layout
Diviso
Unificato
Livello di dettaglio
Intelligente
Parola
Carattere
Evidenziazione sintassi
Scegli sintassi
Ignora
Trasforma testo
Vai alla prima modifica
Modifica input
Diffchecker Desktop
Il modo più sicuro per usare Diffchecker. Ottieni l'app Diffchecker Desktop: i tuoi diff non lasciano mai il tuo computer!
Ottieni Desktop
Untitled diff
Creato
10 anni fa
Il diff non scade mai
Eliminare
Esporta
Condividere
Spiegare
4 rimozioni
Linee
Totale
Rimosso
Caratteri
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
33 linee
Copia tutti
15 aggiunte
Linee
Totale
Aggiunto
Caratteri
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
44 linee
Copia tutti
---
---
- include: provision.yml
- include: provision.yml
tags:
tags:
- provision
- provision
- name: Install libvirt packages and configure networks
- name: Install libvirt packages and configure networks
hosts: virthost
hosts: virthost
tags:
tags:
- environment
- environment
roles:
roles:
- environment/setup
- environment/setup
- name: Setup undercloud and baremetal vms and networks in libvirt
- name: Setup undercloud and baremetal vms and networks in libvirt
hosts: virthost
hosts: virthost
gather_facts: yes
gather_facts: yes
roles:
roles:
- libvirt/teardown
- libvirt/teardown
- libvirt/setup
- libvirt/setup
Copia
Copiato
Copia
Copiato
#
This adds
the undercloud node to the generated
#
Add
the undercloud node to the generated
# inventory.
# inventory.
Copia
Copiato
Copia
Copiato
- name:
Rebuild i
nventory
- name:
I
nventory
the undercloud
hosts: localhost
hosts: localhost
Copia
Copiato
Copia
Copiato
gather_facts: yes
vars:
inventory: undercloud
roles:
roles:
Copia
Copiato
Copia
Copiato
-
rebuild
-inventory
-
tripleo
-inventory
- name: Install undercloud and deploy overcloud
- name: Install undercloud and deploy overcloud
hosts: undercloud
hosts: undercloud
gather_facts: no
gather_facts: no
roles:
roles:
- tripleo/undercloud
- tripleo/undercloud
- tripleo/overcloud
- tripleo/overcloud
Copia
Copiato
Copia
Copiato
- name: Inventory the overcloud
hosts: undercloud
gather_facts: yes
vars:
inventory: all
roles:
- tripleo-inventory
Diff salvati
Testo originale
Apri file
--- - include: provision.yml tags: - provision - name: Install libvirt packages and configure networks hosts: virthost tags: - environment roles: - environment/setup - name: Setup undercloud and baremetal vms and networks in libvirt hosts: virthost gather_facts: yes roles: - libvirt/teardown - libvirt/setup # This adds the undercloud node to the generated # inventory. - name: Rebuild inventory hosts: localhost roles: - rebuild-inventory - name: Install undercloud and deploy overcloud hosts: undercloud gather_facts: no roles: - tripleo/undercloud - tripleo/overcloud
Testo modificato
Apri file
--- - include: provision.yml tags: - provision - name: Install libvirt packages and configure networks hosts: virthost tags: - environment roles: - environment/setup - name: Setup undercloud and baremetal vms and networks in libvirt hosts: virthost gather_facts: yes roles: - libvirt/teardown - libvirt/setup # Add the undercloud node to the generated # inventory. - name: Inventory the undercloud hosts: localhost gather_facts: yes vars: inventory: undercloud roles: - tripleo-inventory - name: Install undercloud and deploy overcloud hosts: undercloud gather_facts: no roles: - tripleo/undercloud - tripleo/overcloud - name: Inventory the overcloud hosts: undercloud gather_facts: yes vars: inventory: all roles: - tripleo-inventory
Trovare la differenza