Segnalazione #821
Sistemazione gestione host e group vars
100%
Description
Il backend di gestione dell'inventario ansible non salva host e group vars, bisogna sistemarlo perché lo faccia
Associated revisions
Load host vars. refs: #821
Use _cycle_hosts when saving vars. refs: #821
Remove host variables from the saved inventory. refs: #821
flake8 fixes. refs: #821
Sync with master. refs: #821
Merged t821. Closes: #821
Load all store data in one method. refs: #821
Improve testing of the AnsibleStore and fix bugs. refs: #821
Save host vars in the MachineStore. refs: #821
Add an empty inventory to the ops tests to prevent breakage. refs: #821
Check that variables are correctly saved with the inventory. refs: #821
Add host_vars to the AnsibleInventory to save them. refs: #821
Additional tests for variable saving. refs: #821
Add --- to the top of variable files. refs: #821
Test loading of multiple variable files. refs: #821
Instantiate Machine parameters at init time. refs: #821
Sync with master. refs: #821
Merged t821. Closes: #821
History
Updated by Elena Grandi over 5 years ago
- Status changed from Nuovo to Commenti
- Assignee changed from Elena Grandi to Enrico Zini
Nel branch t821 ho implementato il salvataggio delle host vars; che io sappia le group vars non servono ancora, quindi sto aspettando (nel caso è facile poi aggiungerle).
Riassegno per review, attenzione che il branch rompe la compatibilità con jessie.
Updated by Enrico Zini over 5 years ago
- Status changed from Commenti to Chiuso
Fatto merge in master.
Updated by Elena Grandi over 5 years ago
- Status changed from Chiuso to In elaborazione
- Assignee changed from Enrico Zini to Elena Grandi
Mi sono accorta che mancava anche la gestione delle host_vars nello store, mi ci rimetto a lavorare.
Updated by Elena Grandi over 5 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Elena Grandi to Enrico Zini
Sistemato il caricamento delle variabili nello store (e relativi bug che si sono manifestati), ripasso per review e merge.
(il caricamento delle group_vars nello store diventa un po' più complicato, invece, per cui lascerei sospeso fino a che non serva)
Updated by Anonymous over 5 years ago
- Status changed from Commenti to Risolto
- % Done changed from 0 to 100
Applicata nel changeset fuss-manager|b3c4c207d6b900d7debb8ff94704ae8164759a50.
Updated by Enrico Zini over 5 years ago
- Status changed from Risolto to Chiuso
Ok, ho fatto merge in master.
Direi di chiudere questo ticket ed eventualmente aprirne uno sulle group vars se/quando serve.
Save variables in host_vars. refs: #821