salt.sh: Add "arm64" to bootstrap arch condition 57/39557/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 23:18:59 +0000 (01:18 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 23:18:59 +0000 (01:18 +0200)
commit412d4a7e440c4c8765b50608ad67e8d05c719b56
tree0e36d06d9d5339cb1c7ec0b8dbe3889be1f1bb95
parent3cfd144d08f78870cce11e89e7faf4a4da0fe376
salt.sh: Add "arm64" to bootstrap arch condition

Upstream commit [1] broke Salt bootstrap on AArch64, by
introducing an architecture condition that is too strict to allow
Debian package installation (even if we provide our own repo).

Add "arm64" to the list of supported architectures. This needs
to be done on the fly, as the bootstrap script is fetched using
`curl` from <salt-master-setup.sh>, which is also fetched
dynamically using `svn export`.

[1] https://github.com/saltstack/salt-bootstrap/commit/caa6d7d

Change-Id: I2ff5d56e4d3072a1afe31ab0a400b0b83e2b34a8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
patches/opnfv-fuel/0002-salt.sh-user-data-Add-Saltstack-arm64-repo.patch