commit | 4ea221c4f5bbd2e1a91a57b557bb5762611683fc | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 13:48:06 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 14:38:24 2018 +0200 |
tree | 7c92786915f162d28cf5e867050cb2c971c4fbfe | |
parent | 5a388559331211b7a20e06ec84875f484f22a98c [diff] [blame] |
day1 PROD-18791 Change-Id: I2f47ea12d166676e583323b60d2798f184c8ef9a
diff --git a/day01-image/files/var/maas b/day01-image/files/var/maas new file mode 100644 index 0000000..28f418d --- /dev/null +++ b/day01-image/files/var/maas
@@ -0,0 +1,10 @@ +#!/bin/sh + +# Change these 3 values as required +PROFILE=mirantis +API_KEY_FILE=/var/lib/maas/.maas_credentials +API_SERVER=localhost + +MAAS_URL=http://$API_SERVER/MAAS/api/2.0 + +maas login $PROFILE $MAAS_URL - < $API_KEY_FILE