fix: added missing account field to bootstraplogging config
chore: generated files from make aro
fix: removed unrelated aro-rp service environment variable changes from merge
feat: parameterized mdsd logging configurations
fix: added missing account field to bootstraplogging config
chore: generated files from make aro
fix: removed unrelated aro-rp environment variable changes
chore: generated files from make aro
fix: reverting vendor bootstraplogging changes
feat: [vendor] updated vendor bootstraplogging config
fix: reverted bootstraplogging changes
style: reverted name changes to geneva logging environment variables
fix: updated cluster geneva logging environment variable names
feat: added prod geneva account names to cluster types validation
chore: generated files from make aro
The RP ARM template is updated to enable boot diagnostics on the VMSS. A new
storage account is also provisioned to store the bootstrap logs.
Each VMSS in a region has its own storage account.
Within the storage account, a new container is automatically created for each
node in the vmss. Only the latest bootstrap logs are stored.
This change affects the rp-production.json ARM template only.
Signed-off-by: Ivan Sim <isim@redhat.com>
Introduce configuration validation based
on reflection.
Required config values are marked as
`value:"required"`
Signed-off-by: Petr Kotas <pkotas@redhat.com>
To enable skipping the empty fields the
Configuration fields are now pointers and nil
value is checked.
All nil values are skipped thus value provided
by template is preserved.
Signed-off-by: Petr Kotas <pkotas@redhat.com>
action group should be deployed once per subscription in production
added deploy tool code
Co-Authored-By: Jim Minter <jim-minter@users.noreply.github.com>