Created
November 30, 2017 15:27
-
-
Save Simon-Ince/8ae77f79208438a8f052ebae155e99c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant up | |
Bringing machine 'store_backoffice' up with 'virtualbox' provider... | |
==> store_backoffice: Importing base box 'ubuntu/trusty64'... | |
==> store_backoffice: Matching MAC address for NAT networking... | |
==> store_backoffice: Checking if box 'ubuntu/trusty64' is up to date... | |
==> store_backoffice: A newer version of the box 'ubuntu/trusty64' is available! You currently | |
==> store_backoffice: have version '20150928.0.0'. The latest is version '20171128.0.0'. Run | |
==> store_backoffice: `vagrant box update` to update. | |
==> store_backoffice: Setting the name of the VM: store-backoffice | |
==> store_backoffice: Clearing any previously set forwarded ports... | |
==> store_backoffice: Clearing any previously set network interfaces... | |
==> store_backoffice: Specific bridge 'en7: USB Ethernet(?)' not found. You may be asked to specify | |
==> store_backoffice: which network to bridge to. | |
==> store_backoffice: Available bridged network interfaces: | |
1) en0: Wi-Fi (AirPort) | |
2) en1: Thunderbolt 1 | |
3) en2: Thunderbolt 2 | |
4) bridge0 | |
5) p2p0 | |
6) awdl0 | |
7) en5: Thunderbolt Ethernet | |
==> store_backoffice: When choosing an interface, it is usually the one that is | |
==> store_backoffice: being used to connect to the internet. | |
store_backoffice: Which interface should the network bridge to? 4 | |
==> store_backoffice: Preparing network interfaces based on configuration... | |
store_backoffice: Adapter 1: nat | |
store_backoffice: Adapter 2: bridged | |
==> store_backoffice: You are trying to forward to privileged ports (ports <= 1024). Most | |
==> store_backoffice: operating systems restrict this to only privileged process (typically | |
==> store_backoffice: processes running as an administrative user). This is a warning in case | |
==> store_backoffice: the port forwarding doesn't work. If any problems occur, please try a | |
==> store_backoffice: port higher than 1024. | |
==> store_backoffice: Forwarding ports... | |
store_backoffice: 53 (guest) => 53 (host) (adapter 1) | |
store_backoffice: 67 (guest) => 67 (host) (adapter 1) | |
store_backoffice: 80 (guest) => 80 (host) (adapter 1) | |
store_backoffice: 4505 (guest) => 4505 (host) (adapter 1) | |
store_backoffice: 4506 (guest) => 4506 (host) (adapter 1) | |
store_backoffice: 22 (guest) => 2222 (host) (adapter 1) | |
==> store_backoffice: Running 'pre-boot' VM customizations... | |
==> store_backoffice: Booting VM... | |
==> store_backoffice: Waiting for machine to boot. This may take a few minutes... | |
store_backoffice: SSH address: 127.0.0.1:2222 | |
store_backoffice: SSH username: vagrant | |
store_backoffice: SSH auth method: private key | |
store_backoffice: | |
store_backoffice: Vagrant insecure key detected. Vagrant will automatically replace | |
store_backoffice: this with a newly generated keypair for better security. | |
store_backoffice: | |
store_backoffice: Inserting generated public key within guest... | |
store_backoffice: Removing insecure key from the guest if it's present... | |
store_backoffice: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> store_backoffice: Machine booted and ready! | |
==> store_backoffice: Checking for guest additions in VM... | |
store_backoffice: The guest additions on this VM do not match the installed version of | |
store_backoffice: VirtualBox! In most cases this is fine, but in rare cases it can | |
store_backoffice: prevent things such as shared folders from working properly. If you see | |
store_backoffice: shared folder errors, please make sure the guest additions within the | |
store_backoffice: virtual machine match the version of VirtualBox you have installed on | |
store_backoffice: your host and reload your VM. | |
store_backoffice: | |
store_backoffice: Guest Additions Version: 4.3.10 | |
store_backoffice: VirtualBox Version: 5.1 | |
==> store_backoffice: Setting hostname... | |
==> store_backoffice: Configuring and enabling network interfaces... | |
==> store_backoffice: Mounting shared folders... | |
store_backoffice: /srv => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/saltstack/srv | |
store_backoffice: /vagrant => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox | |
store_backoffice: /srv/reactor => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/saltstack/srv/reactor | |
store_backoffice: /etc/salt/keys => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/saltstack/etc/salt/keys | |
store_backoffice: /etc/ssl/private => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/saltstack/etc/ssl/private | |
store_backoffice: /etc/salt/master.d => /Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/saltstack/etc/salt/master.d | |
store_backoffice: /tmp/vagrant-cache => /Users/simonince/.vagrant.d/cache/ubuntu/trusty64 | |
==> store_backoffice: Configuring cache buckets... | |
==> store_backoffice: Running provisioner: shell... | |
store_backoffice: Running: /var/folders/qr/n_f8_j8x4jj524_66h82ftyc0000gp/T/vagrant-shell20171130-42965-1jlbshe.sh | |
==> store_backoffice: Agent pid 2811 | |
==> store_backoffice: Configuring cache buckets... | |
==> store_backoffice: Running provisioner: shell... | |
store_backoffice: Running: /var/folders/qr/n_f8_j8x4jj524_66h82ftyc0000gp/T/vagrant-shell20171130-42965-1pqvbbs.sh | |
==> store_backoffice: Generating a 2048 bit RSA private key | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: + | |
==> store_backoffice: + | |
==> store_backoffice: + | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: . | |
==> store_backoffice: + | |
==> store_backoffice: + | |
==> store_backoffice: + | |
==> store_backoffice: writing new private key to '/etc/ssl/private/key.pem' | |
==> store_backoffice: ----- | |
==> store_backoffice: Configuring cache buckets... | |
==> store_backoffice: Running provisioner: shell... | |
store_backoffice: Running: /var/folders/qr/n_f8_j8x4jj524_66h82ftyc0000gp/T/vagrant-shell20171130-42965-1u9e1t5.sh | |
==> store_backoffice: Ign http://archive.ubuntu.com trusty InRelease | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates InRelease | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty Release.gpg | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/main Sources | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/universe Sources | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/main Translation-en | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty-updates/universe Translation-en | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty Release | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security InRelease | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/main Sources | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/universe Sources | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/universe amd64 Packages | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/main Translation-en | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/main Sources | |
==> store_backoffice: Hit http://archive.ubuntu.com trusty/universe Translation-en | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/universe Sources | |
==> store_backoffice: Ign http://archive.ubuntu.com trusty/main Translation-en_US | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/main amd64 Packages | |
==> store_backoffice: Ign http://archive.ubuntu.com trusty/universe Translation-en_US | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/main Translation-en | |
==> store_backoffice: Hit http://security.ubuntu.com trusty-security/universe Translation-en | |
==> store_backoffice: Reading package lists... | |
==> store_backoffice: Reading package lists... | |
==> store_backoffice: Building dependency tree... | |
==> store_backoffice: Reading state information... | |
==> store_backoffice: The following extra packages will be installed: | |
==> store_backoffice: apache2-bin apache2-data dnsmasq-base fontconfig fontconfig-config | |
==> store_backoffice: fonts-dejavu-core gnupg-agent hicolor-icon-theme libapr1 libaprutil1 | |
==> store_backoffice: libaprutil1-dbd-sqlite3 libaprutil1-ldap libassuan0 libatk1.0-0 | |
==> store_backoffice: libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 | |
==> store_backoffice: libcairo2 libcrypt-passwdmd5-perl libcups2 libdatrie1 | |
==> store_backoffice: libfile-copy-recursive-perl libfontconfig1 libgdk-pixbuf2.0-0 | |
==> store_backoffice: libgdk-pixbuf2.0-common libgraphite2-3 libgtk2.0-0 libgtk2.0-bin | |
==> store_backoffice: libgtk2.0-common libharfbuzz0b libjasper1 libjbig0 libjpeg-turbo8 libjpeg8 | |
==> store_backoffice: libksba8 libmnl0 libnetfilter-conntrack3 libpango-1.0-0 libpangocairo-1.0-0 | |
==> store_backoffice: libpangoft2-1.0-0 libpth20 libthai-data libthai0 libtiff5 libxcb-render0 | |
==> store_backoffice: libxcb-shm0 libxcursor1 libxi6 libxinerama1 mtools pinentry-gtk2 | |
==> store_backoffice: python-support ssl-cert update-inetd | |
==> store_backoffice: Suggested packages: | |
==> store_backoffice: apache2-doc apache2-suexec-pristine apache2-suexec-custom apache2-utils | |
==> store_backoffice: wodim cdrkit-doc gnupg-doc xloadimage cups-common librsvg2-common gvfs | |
==> store_backoffice: libjasper-runtime ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp | |
==> store_backoffice: ttf-arphic-gkai00mp ttf-arphic-bkai00mp floppyd pinentry-doc | |
==> store_backoffice: openssl-blacklist | |
==> store_backoffice: The following NEW packages will be installed: | |
==> store_backoffice: apache2 apache2-bin apache2-data dnsmasq dnsmasq-base fontconfig | |
==> store_backoffice: fontconfig-config fonts-dejavu-core genisoimage gnupg-agent gnupg2 | |
==> store_backoffice: hicolor-icon-theme inetutils-inetd libapr1 libaprutil1 | |
==> store_backoffice: libaprutil1-dbd-sqlite3 libaprutil1-ldap libassuan0 libatk1.0-0 | |
==> store_backoffice: libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 | |
==> store_backoffice: libcairo2 libcrypt-passwdmd5-perl libcups2 libdatrie1 | |
==> store_backoffice: libfile-copy-recursive-perl libfontconfig1 libgdk-pixbuf2.0-0 | |
==> store_backoffice: libgdk-pixbuf2.0-common libgraphite2-3 libgtk2.0-0 libgtk2.0-bin | |
==> store_backoffice: libgtk2.0-common libharfbuzz0b libjasper1 libjbig0 libjpeg-turbo8 libjpeg8 | |
==> store_backoffice: libksba8 libmnl0 libnetfilter-conntrack3 libpango-1.0-0 libpangocairo-1.0-0 | |
==> store_backoffice: libpangoft2-1.0-0 libpth20 libthai-data libthai0 libtiff5 libxcb-render0 | |
==> store_backoffice: libxcb-shm0 libxcursor1 libxi6 libxinerama1 mtools pinentry-gtk2 | |
==> store_backoffice: python-support rpl sshpass ssl-cert syslinux syslinux-common tftpd-hpa | |
==> store_backoffice: update-inetd | |
==> store_backoffice: The following packages will be upgraded: | |
==> store_backoffice: wget | |
==> store_backoffice: dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
==> store_backoffice: 1 upgraded, 65 newly installed, 0 to remove and 218 not upgraded. | |
==> store_backoffice: Need to get 0 B/10.2 MB of archives. | |
==> store_backoffice: After this operation, 37.9 MB of additional disk space will be used. | |
==> store_backoffice: Selecting previously unselected package libapr1:amd64. | |
==> store_backoffice: (Reading database ... 61000 files and directories currently installed.) | |
==> store_backoffice: Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... | |
==> store_backoffice: Unpacking libapr1:amd64 (1.5.0-1) ... | |
==> store_backoffice: Selecting previously unselected package libaprutil1:amd64. | |
==> store_backoffice: Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... | |
==> store_backoffice: Unpacking libaprutil1:amd64 (1.5.3-1) ... | |
==> store_backoffice: Selecting previously unselected package libassuan0:amd64. | |
==> store_backoffice: Preparing to unpack .../libassuan0_2.1.1-1ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking libassuan0:amd64 (2.1.1-1ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package libatk1.0-data. | |
==> store_backoffice: Preparing to unpack .../libatk1.0-data_2.10.0-2ubuntu2_all.deb ... | |
==> store_backoffice: Unpacking libatk1.0-data (2.10.0-2ubuntu2) ... | |
==> store_backoffice: Selecting previously unselected package libatk1.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libatk1.0-0_2.10.0-2ubuntu2_amd64.deb ... | |
==> store_backoffice: Unpacking libatk1.0-0:amd64 (2.10.0-2ubuntu2) ... | |
==> store_backoffice: Selecting previously unselected package libavahi-common-data:amd64. | |
==> store_backoffice: Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libavahi-common3:amd64. | |
==> store_backoffice: Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libavahi-client3:amd64. | |
==> store_backoffice: Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package fonts-dejavu-core. | |
==> store_backoffice: Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... | |
==> store_backoffice: Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package fontconfig-config. | |
==> store_backoffice: Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... | |
==> store_backoffice: Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Selecting previously unselected package libfontconfig1:amd64. | |
==> store_backoffice: Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... | |
==> store_backoffice: Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Selecting previously unselected package libxcb-render0:amd64. | |
==> store_backoffice: Preparing to unpack .../libxcb-render0_1.10-2ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking libxcb-render0:amd64 (1.10-2ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package libxcb-shm0:amd64. | |
==> store_backoffice: Preparing to unpack .../libxcb-shm0_1.10-2ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking libxcb-shm0:amd64 (1.10-2ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package libcairo2:amd64. | |
==> store_backoffice: Preparing to unpack .../libcairo2_1.13.0~20140204-0ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libcups2:amd64. | |
==> store_backoffice: Preparing to unpack .../libcups2_1.7.2-0ubuntu1.8_amd64.deb ... | |
==> store_backoffice: Unpacking libcups2:amd64 (1.7.2-0ubuntu1.8) ... | |
==> store_backoffice: Selecting previously unselected package libdatrie1:amd64. | |
==> store_backoffice: Preparing to unpack .../libdatrie1_0.2.8-1_amd64.deb ... | |
==> store_backoffice: Unpacking libdatrie1:amd64 (0.2.8-1) ... | |
==> store_backoffice: Selecting previously unselected package libjpeg-turbo8:amd64. | |
==> store_backoffice: Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ... | |
==> store_backoffice: Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... | |
==> store_backoffice: Selecting previously unselected package libjpeg8:amd64. | |
==> store_backoffice: Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... | |
==> store_backoffice: Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... | |
==> store_backoffice: Selecting previously unselected package libjasper1:amd64. | |
==> store_backoffice: Preparing to unpack .../libjasper1_1.900.1-14ubuntu3.4_amd64.deb ... | |
==> store_backoffice: Unpacking libjasper1:amd64 (1.900.1-14ubuntu3.4) ... | |
==> store_backoffice: Selecting previously unselected package libjbig0:amd64. | |
==> store_backoffice: Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... | |
==> store_backoffice: Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... | |
==> store_backoffice: Selecting previously unselected package libtiff5:amd64. | |
==> store_backoffice: Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.7_amd64.deb ... | |
==> store_backoffice: Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.7) ... | |
==> store_backoffice: Selecting previously unselected package libgdk-pixbuf2.0-common. | |
==> store_backoffice: Preparing to unpack .../libgdk-pixbuf2.0-common_2.30.7-0ubuntu1.7_all.deb ... | |
==> store_backoffice: Unpacking libgdk-pixbuf2.0-common (2.30.7-0ubuntu1.7) ... | |
==> store_backoffice: Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libgdk-pixbuf2.0-0_2.30.7-0ubuntu1.7_amd64.deb ... | |
==> store_backoffice: Unpacking libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.7) ... | |
==> store_backoffice: Selecting previously unselected package libgraphite2-3:amd64. | |
==> store_backoffice: Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.14.04.1_amd64.deb ... | |
==> store_backoffice: Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.14.04.1) ... | |
==> store_backoffice: Selecting previously unselected package libgtk2.0-common. | |
==> store_backoffice: Preparing to unpack .../libgtk2.0-common_2.24.23-0ubuntu1.4_all.deb ... | |
==> store_backoffice: Unpacking libgtk2.0-common (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Selecting previously unselected package libthai-data. | |
==> store_backoffice: Preparing to unpack .../libthai-data_0.1.20-3_all.deb ... | |
==> store_backoffice: Unpacking libthai-data (0.1.20-3) ... | |
==> store_backoffice: Selecting previously unselected package libthai0:amd64. | |
==> store_backoffice: Preparing to unpack .../libthai0_0.1.20-3_amd64.deb ... | |
==> store_backoffice: Unpacking libthai0:amd64 (0.1.20-3) ... | |
==> store_backoffice: Selecting previously unselected package fontconfig. | |
==> store_backoffice: Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... | |
==> store_backoffice: Unpacking fontconfig (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Selecting previously unselected package libpango-1.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libpango-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libharfbuzz0b:amd64. | |
==> store_backoffice: Preparing to unpack .../libharfbuzz0b_0.9.27-1ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libharfbuzz0b:amd64 (0.9.27-1ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libpangoft2-1.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libpangoft2-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libpangocairo-1.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libpangocairo-1.0-0_1.36.3-1ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libxcursor1:amd64. | |
==> store_backoffice: Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.14.04.1_amd64.deb ... | |
==> store_backoffice: Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.14.04.1) ... | |
==> store_backoffice: Selecting previously unselected package libxi6:amd64. | |
==> store_backoffice: Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... | |
==> store_backoffice: Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... | |
==> store_backoffice: Selecting previously unselected package libxinerama1:amd64. | |
==> store_backoffice: Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... | |
==> store_backoffice: Unpacking libxinerama1:amd64 (2:1.1.3-1) ... | |
==> store_backoffice: Selecting previously unselected package libgtk2.0-0:amd64. | |
==> store_backoffice: Preparing to unpack .../libgtk2.0-0_2.24.23-0ubuntu1.4_amd64.deb ... | |
==> store_backoffice: Unpacking libgtk2.0-0:amd64 (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Selecting previously unselected package libksba8:amd64. | |
==> store_backoffice: Preparing to unpack .../libksba8_1.3.0-3ubuntu0.14.04.2_amd64.deb ... | |
==> store_backoffice: Unpacking libksba8:amd64 (1.3.0-3ubuntu0.14.04.2) ... | |
==> store_backoffice: Selecting previously unselected package libpth20:amd64. | |
==> store_backoffice: Preparing to unpack .../libpth20_2.0.7-19ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking libpth20:amd64 (2.0.7-19ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package libmnl0:amd64. | |
==> store_backoffice: Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package libnetfilter-conntrack3:amd64. | |
==> store_backoffice: Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... | |
==> store_backoffice: Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... | |
==> store_backoffice: Preparing to unpack .../wget_1.15-1ubuntu1.14.04.3_amd64.deb ... | |
==> store_backoffice: Unpacking wget (1.15-1ubuntu1.14.04.3) over (1.15-1ubuntu1.14.04.1) ... | |
==> store_backoffice: Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. | |
==> store_backoffice: Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb ... | |
==> store_backoffice: Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ... | |
==> store_backoffice: Selecting previously unselected package libaprutil1-ldap:amd64. | |
==> store_backoffice: Preparing to unpack .../libaprutil1-ldap_1.5.3-1_amd64.deb ... | |
==> store_backoffice: Unpacking libaprutil1-ldap:amd64 (1.5.3-1) ... | |
==> store_backoffice: Selecting previously unselected package apache2-bin. | |
==> store_backoffice: Preparing to unpack .../apache2-bin_2.4.7-1ubuntu4.18_amd64.deb ... | |
==> store_backoffice: Unpacking apache2-bin (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Selecting previously unselected package apache2-data. | |
==> store_backoffice: Preparing to unpack .../apache2-data_2.4.7-1ubuntu4.18_all.deb ... | |
==> store_backoffice: Unpacking apache2-data (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Selecting previously unselected package apache2. | |
==> store_backoffice: Preparing to unpack .../apache2_2.4.7-1ubuntu4.18_amd64.deb ... | |
==> store_backoffice: Unpacking apache2 (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Selecting previously unselected package dnsmasq-base. | |
==> store_backoffice: Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... | |
==> store_backoffice: Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... | |
==> store_backoffice: Selecting previously unselected package dnsmasq. | |
==> store_backoffice: Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... | |
==> store_backoffice: Unpacking dnsmasq (2.68-1ubuntu0.2) ... | |
==> store_backoffice: Selecting previously unselected package genisoimage. | |
==> store_backoffice: Preparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ... | |
==> store_backoffice: Unpacking genisoimage (9:1.1.11-2ubuntu3) ... | |
==> store_backoffice: Selecting previously unselected package pinentry-gtk2. | |
==> store_backoffice: Preparing to unpack .../pinentry-gtk2_0.8.3-1ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking pinentry-gtk2 (0.8.3-1ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package gnupg-agent. | |
==> store_backoffice: Preparing to unpack .../gnupg-agent_2.0.22-3ubuntu1.3_amd64.deb ... | |
==> store_backoffice: Unpacking gnupg-agent (2.0.22-3ubuntu1.3) ... | |
==> store_backoffice: Selecting previously unselected package hicolor-icon-theme. | |
==> store_backoffice: Preparing to unpack .../hicolor-icon-theme_0.13-1_all.deb ... | |
==> store_backoffice: Unpacking hicolor-icon-theme (0.13-1) ... | |
==> store_backoffice: Selecting previously unselected package libfile-copy-recursive-perl. | |
==> store_backoffice: Preparing to unpack .../libfile-copy-recursive-perl_0.38-1_all.deb ... | |
==> store_backoffice: Unpacking libfile-copy-recursive-perl (0.38-1) ... | |
==> store_backoffice: Selecting previously unselected package update-inetd. | |
==> store_backoffice: Preparing to unpack .../update-inetd_4.43_all.deb ... | |
==> store_backoffice: Unpacking update-inetd (4.43) ... | |
==> store_backoffice: Selecting previously unselected package inetutils-inetd. | |
==> store_backoffice: Preparing to unpack .../inetutils-inetd_2%3a1.9.2-1_amd64.deb ... | |
==> store_backoffice: Unpacking inetutils-inetd (2:1.9.2-1) ... | |
==> store_backoffice: Selecting previously unselected package libcrypt-passwdmd5-perl. | |
==> store_backoffice: Preparing to unpack .../libcrypt-passwdmd5-perl_1.3-10_all.deb ... | |
==> store_backoffice: Unpacking libcrypt-passwdmd5-perl (1.3-10) ... | |
==> store_backoffice: Selecting previously unselected package libgtk2.0-bin. | |
==> store_backoffice: Preparing to unpack .../libgtk2.0-bin_2.24.23-0ubuntu1.4_amd64.deb ... | |
==> store_backoffice: Unpacking libgtk2.0-bin (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Selecting previously unselected package mtools. | |
==> store_backoffice: Preparing to unpack .../mtools_4.0.18-1ubuntu1_amd64.deb ... | |
==> store_backoffice: Unpacking mtools (4.0.18-1ubuntu1) ... | |
==> store_backoffice: Selecting previously unselected package python-support. | |
==> store_backoffice: Preparing to unpack .../python-support_1.0.15_all.deb ... | |
==> store_backoffice: Unpacking python-support (1.0.15) ... | |
==> store_backoffice: Selecting previously unselected package rpl. | |
==> store_backoffice: Preparing to unpack .../archives/rpl_1.5.5-1_all.deb ... | |
==> store_backoffice: Unpacking rpl (1.5.5-1) ... | |
==> store_backoffice: Selecting previously unselected package ssl-cert. | |
==> store_backoffice: Preparing to unpack .../ssl-cert_1.0.33_all.deb ... | |
==> store_backoffice: Unpacking ssl-cert (1.0.33) ... | |
==> store_backoffice: Selecting previously unselected package syslinux-common. | |
==> store_backoffice: Preparing to unpack .../syslinux-common_3%3a4.05+dfsg-6+deb8u1_all.deb ... | |
==> store_backoffice: Unpacking syslinux-common (3:4.05+dfsg-6+deb8u1) ... | |
==> store_backoffice: Selecting previously unselected package syslinux. | |
==> store_backoffice: Preparing to unpack .../syslinux_3%3a4.05+dfsg-6+deb8u1_amd64.deb ... | |
==> store_backoffice: Unpacking syslinux (3:4.05+dfsg-6+deb8u1) ... | |
==> store_backoffice: Selecting previously unselected package gnupg2. | |
==> store_backoffice: Preparing to unpack .../gnupg2_2.0.22-3ubuntu1.3_amd64.deb ... | |
==> store_backoffice: Unpacking gnupg2 (2.0.22-3ubuntu1.3) ... | |
==> store_backoffice: Selecting previously unselected package sshpass. | |
==> store_backoffice: Preparing to unpack .../sshpass_1.05-1_amd64.deb ... | |
==> store_backoffice: Unpacking sshpass (1.05-1) ... | |
==> store_backoffice: Selecting previously unselected package tftpd-hpa. | |
==> store_backoffice: Preparing to unpack .../tftpd-hpa_5.2-7ubuntu3.1_amd64.deb ... | |
==> store_backoffice: Unpacking tftpd-hpa (5.2-7ubuntu3.1) ... | |
==> store_backoffice: Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
==> store_backoffice: Processing triggers for install-info (5.2.0.dfsg.1-2) ... | |
==> store_backoffice: Processing triggers for ureadahead (0.100.0-16) ... | |
==> store_backoffice: Processing triggers for ufw (0.34~rc-0ubuntu2) ... | |
==> store_backoffice: Setting up libapr1:amd64 (1.5.0-1) ... | |
==> store_backoffice: Setting up libaprutil1:amd64 (1.5.3-1) ... | |
==> store_backoffice: Setting up libassuan0:amd64 (2.1.1-1ubuntu1) ... | |
==> store_backoffice: Setting up libatk1.0-data (2.10.0-2ubuntu2) ... | |
==> store_backoffice: Setting up libatk1.0-0:amd64 (2.10.0-2ubuntu2) ... | |
==> store_backoffice: Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.1) ... | |
==> store_backoffice: Setting up fonts-dejavu-core (2.34-1ubuntu1) ... | |
==> store_backoffice: Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Setting up libxcb-render0:amd64 (1.10-2ubuntu1) ... | |
==> store_backoffice: Setting up libxcb-shm0:amd64 (1.10-2ubuntu1) ... | |
==> store_backoffice: Setting up libcairo2:amd64 (1.13.0~20140204-0ubuntu1.1) ... | |
==> store_backoffice: Setting up libcups2:amd64 (1.7.2-0ubuntu1.8) ... | |
==> store_backoffice: Setting up libdatrie1:amd64 (0.2.8-1) ... | |
==> store_backoffice: Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... | |
==> store_backoffice: Setting up libjpeg8:amd64 (8c-2ubuntu8) ... | |
==> store_backoffice: Setting up libjasper1:amd64 (1.900.1-14ubuntu3.4) ... | |
==> store_backoffice: Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... | |
==> store_backoffice: Setting up libtiff5:amd64 (4.0.3-7ubuntu0.7) ... | |
==> store_backoffice: Setting up libgdk-pixbuf2.0-common (2.30.7-0ubuntu1.7) ... | |
==> store_backoffice: Setting up libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.7) ... | |
==> store_backoffice: Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.14.04.1) ... | |
==> store_backoffice: Setting up libgtk2.0-common (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Setting up libthai-data (0.1.20-3) ... | |
==> store_backoffice: Setting up libthai0:amd64 (0.1.20-3) ... | |
==> store_backoffice: Setting up fontconfig (2.11.0-0ubuntu4.2) ... | |
==> store_backoffice: Regenerating fonts cache... | |
==> store_backoffice: done. | |
==> store_backoffice: Setting up libpango-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Setting up libharfbuzz0b:amd64 (0.9.27-1ubuntu1.1) ... | |
==> store_backoffice: Setting up libpangoft2-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Setting up libpangocairo-1.0-0:amd64 (1.36.3-1ubuntu1.1) ... | |
==> store_backoffice: Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.14.04.1) ... | |
==> store_backoffice: Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... | |
==> store_backoffice: Setting up libxinerama1:amd64 (2:1.1.3-1) ... | |
==> store_backoffice: Setting up libgtk2.0-0:amd64 (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Setting up libksba8:amd64 (1.3.0-3ubuntu0.14.04.2) ... | |
==> store_backoffice: Setting up libpth20:amd64 (2.0.7-19ubuntu1) ... | |
==> store_backoffice: Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... | |
==> store_backoffice: Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... | |
==> store_backoffice: Setting up wget (1.15-1ubuntu1.14.04.3) ... | |
==> store_backoffice: Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ... | |
==> store_backoffice: Setting up libaprutil1-ldap:amd64 (1.5.3-1) ... | |
==> store_backoffice: Setting up apache2-bin (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Setting up apache2-data (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Setting up apache2 (2.4.7-1ubuntu4.18) ... | |
==> store_backoffice: Enabling module mpm_event. | |
==> store_backoffice: Enabling module authz_core. | |
==> store_backoffice: Enabling module authz_host. | |
==> store_backoffice: Enabling module authn_core. | |
==> store_backoffice: Enabling module auth_basic. | |
==> store_backoffice: Enabling module access_compat. | |
==> store_backoffice: Enabling module authn_file. | |
==> store_backoffice: Enabling module authz_user. | |
==> store_backoffice: Enabling module alias. | |
==> store_backoffice: Enabling module dir. | |
==> store_backoffice: Enabling module autoindex. | |
==> store_backoffice: Enabling module env. | |
==> store_backoffice: Enabling module mime. | |
==> store_backoffice: Enabling module negotiation. | |
==> store_backoffice: Enabling module setenvif. | |
==> store_backoffice: Enabling module filter. | |
==> store_backoffice: Enabling module deflate. | |
==> store_backoffice: Enabling module status. | |
==> store_backoffice: Enabling conf charset. | |
==> store_backoffice: Enabling conf localized-error-pages. | |
==> store_backoffice: Enabling conf other-vhosts-access-log. | |
==> store_backoffice: Enabling conf security. | |
==> store_backoffice: Enabling conf serve-cgi-bin. | |
==> store_backoffice: Enabling site 000-default. | |
==> store_backoffice: * Starting web server apache2 | |
==> store_backoffice: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message | |
==> store_backoffice: * | |
==> store_backoffice: Setting up dnsmasq-base (2.68-1ubuntu0.2) ... | |
==> store_backoffice: Setting up dnsmasq (2.68-1ubuntu0.2) ... | |
==> store_backoffice: * Starting DNS forwarder and DHCP server dnsmasq | |
==> store_backoffice: ...done. | |
==> store_backoffice: Setting up genisoimage (9:1.1.11-2ubuntu3) ... | |
==> store_backoffice: Setting up pinentry-gtk2 (0.8.3-1ubuntu1) ... | |
==> store_backoffice: Setting up gnupg-agent (2.0.22-3ubuntu1.3) ... | |
==> store_backoffice: Setting up hicolor-icon-theme (0.13-1) ... | |
==> store_backoffice: Setting up libfile-copy-recursive-perl (0.38-1) ... | |
==> store_backoffice: Setting up update-inetd (4.43) ... | |
==> store_backoffice: Setting up inetutils-inetd (2:1.9.2-1) ... | |
==> store_backoffice: * Not starting internet superserver: no services enabled. | |
==> store_backoffice: Setting up libcrypt-passwdmd5-perl (1.3-10) ... | |
==> store_backoffice: Setting up libgtk2.0-bin (2.24.23-0ubuntu1.4) ... | |
==> store_backoffice: Setting up mtools (4.0.18-1ubuntu1) ... | |
==> store_backoffice: Setting up python-support (1.0.15) ... | |
==> store_backoffice: Setting up rpl (1.5.5-1) ... | |
==> store_backoffice: Setting up ssl-cert (1.0.33) ... | |
==> store_backoffice: Setting up syslinux-common (3:4.05+dfsg-6+deb8u1) ... | |
==> store_backoffice: Setting up syslinux (3:4.05+dfsg-6+deb8u1) ... | |
==> store_backoffice: Setting up gnupg2 (2.0.22-3ubuntu1.3) ... | |
==> store_backoffice: Setting up sshpass (1.05-1) ... | |
==> store_backoffice: Setting up tftpd-hpa (5.2-7ubuntu3.1) ... | |
==> store_backoffice: tftpd-hpa start/running, process 6903 | |
==> store_backoffice: Processing triggers for libc-bin (2.19-0ubuntu6.6) ... | |
==> store_backoffice: Processing triggers for ureadahead (0.100.0-16) ... | |
==> store_backoffice: Processing triggers for ufw (0.34~rc-0ubuntu2) ... | |
==> store_backoffice: Processing triggers for python-support (1.0.15) ... | |
==> store_backoffice: tftpd-hpa stop/waiting | |
==> store_backoffice: tftpd-hpa start/running | |
==> store_backoffice: Replacing "<EDGE-IP-ADDRESS>" with "10.10.1.10" | |
==> store_backoffice: (case sensitive) | |
==> store_backoffice: (partial words matched) | |
==> store_backoffice: . | |
==> store_backoffice: | |
==> store_backoffice: A Total of 3 matches replaced in 1 file searched. | |
==> store_backoffice: Replacing "<DHCP-START>" with "10.10.1.50" | |
==> store_backoffice: (case sensitive) | |
==> store_backoffice: (partial words matched) | |
==> store_backoffice: . | |
==> store_backoffice: | |
==> store_backoffice: A Total of 1 matches replaced in 1 file searched. | |
==> store_backoffice: Replacing "<DHCP-END>" with "10.10.1.60" | |
==> store_backoffice: (case sensitive) | |
==> store_backoffice: (partial words matched) | |
==> store_backoffice: . | |
==> store_backoffice: | |
==> store_backoffice: A Total of 1 matches replaced in 1 file searched. | |
==> store_backoffice: Replacing "<DOMAIN>" with "medusa.local" | |
==> store_backoffice: (case sensitive) | |
==> store_backoffice: (partial words matched) | |
==> store_backoffice: . | |
==> store_backoffice: | |
==> store_backoffice: A Total of 2 matches replaced in 1 file searched. | |
==> store_backoffice: * Restarting DNS forwarder and DHCP server dnsmasq | |
==> store_backoffice: ...done. | |
==> store_backoffice: gpg: | |
==> store_backoffice: directory `/root/.gnupg' created | |
==> store_backoffice: gpg: | |
==> store_backoffice: new configuration file `/root/.gnupg/gpg.conf' created | |
==> store_backoffice: gpg: | |
==> store_backoffice: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run | |
==> store_backoffice: gpg: | |
==> store_backoffice: keyring `/root/.gnupg/pubring.gpg' created | |
==> store_backoffice: gpg: | |
==> store_backoffice: Signature made Wed 20 Sep 2017 10:56:36 PM UTC using RSA key ID EF4B4ED9 | |
==> store_backoffice: gpg: | |
==> store_backoffice: Can't check signature: public key not found | |
==> store_backoffice: gpg: | |
==> store_backoffice: Signature made Wed 20 Sep 2017 10:56:37 PM UTC using RSA key ID EF4B4ED9 | |
==> store_backoffice: gpg: | |
==> store_backoffice: Can't check signature: public key not found | |
==> store_backoffice: TO CONNECT TO COREOS CLUSTER: | |
==> store_backoffice: vagrant ssh store-backoffice | |
==> store_backoffice: sudo -i | |
==> store_backoffice: ssh -o "StrictHostKeyChecking no" core@k8s-controller-poole-02 | |
==> store_backoffice: ssh -o "StrictHostKeyChecking no" core@k8s-worker-poole-03 | |
==> store_backoffice: ssh -o "StrictHostKeyChecking no" core@k8s-worker-poole-04 | |
==> store_backoffice: Configuring cache buckets... | |
==> store_backoffice: Running provisioner: salt... | |
Copying salt minion config to vm. | |
Copying salt master config to vm. | |
Checking if salt-master is installed | |
salt-master was not found. | |
Bootstrapping Salt... (this may take a while) | |
Salt successfully configured and installed! | |
run_highstate set to false. Not running state.highstate. | |
==> store_backoffice: Configuring cache buckets... | |
echo "Installing Kubernetes Cluster" | |
Installing Kubernetes Cluster | |
vagrant ssh -c "sudo /vagrant/provision_scripts/install-k8s.sh" | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 49.9M 100 49.9M 0 0 8240k 0 0:00:06 0:00:06 --:--:-- 8811k | |
creating SSL keys | |
Generating RSA private key, 2048 bit long modulus | |
..................+++ | |
...................................+++ | |
e is 65537 (0x10001) | |
Signature ok | |
subject=/CN=kube-apiserver | |
Getting CA Private Key | |
creating CoreOS cloud-config for controller k8s-controller-poole-02(10.10.1.36) | |
--2017-11-30 15:25:41-- https://raw.githubusercontent.com/coreos/coreos-kubernetes/master/multi-node/generic/controller-install.sh | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.128.133, 151.101.192.133, 151.101.0.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.128.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 32266 (32K) [text/plain] | |
Saving to: ‘inventory/k8s-controller-poole-02/install.sh’ | |
100%[====================================================================================================================================================================================================================================================================================>] 32,266 --.-K/s in 0.01s | |
2017-11-30 15:25:41 (2.65 MB/s) - ‘inventory/k8s-controller-poole-02/install.sh’ saved [32266/32266] | |
I: -input-charset not specified, using utf-8 (detected in locale settings) | |
Total translation table size: 0 | |
Total rockridge attributes bytes: 677 | |
Total directory bytes: 4096 | |
Path table size(bytes): 40 | |
Max brk space used 22000 | |
181 extents written (0 MB) | |
creating SSL keys | |
Generating RSA private key, 2048 bit long modulus | |
....+++ | |
...............................................................................................+++ | |
e is 65537 (0x10001) | |
Signature ok | |
subject=/CN=k8s-worker-poole-03 | |
Getting CA Private Key | |
creating CoreOS cloud-config for k8s-worker-poole-03 with K8S version to join 10.10.1.34 | |
--2017-11-30 15:25:41-- https://raw.githubusercontent.com/coreos/coreos-kubernetes/master/multi-node/generic/worker-install.sh | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.64.133, 151.101.0.133, 151.101.192.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.64.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 9724 (9.5K) [text/plain] | |
Saving to: ‘inventory/k8s-worker-poole-03/install.sh’ | |
100%[====================================================================================================================================================================================================================================================================================>] 9,724 --.-K/s in 0.001s | |
2017-11-30 15:25:41 (13.6 MB/s) - ‘inventory/k8s-worker-poole-03/install.sh’ saved [9724/9724] | |
I: -input-charset not specified, using utf-8 (detected in locale settings) | |
Total translation table size: 0 | |
Total rockridge attributes bytes: 677 | |
Total directory bytes: 4096 | |
Path table size(bytes): 40 | |
Max brk space used 22000 | |
181 extents written (0 MB) | |
creating SSL keys | |
Generating RSA private key, 2048 bit long modulus | |
............+++ | |
.......+++ | |
e is 65537 (0x10001) | |
Signature ok | |
subject=/CN=k8s-worker-poole-04 | |
Getting CA Private Key | |
creating CoreOS cloud-config for k8s-worker-poole-04 with K8S version to join 10.10.1.35 | |
--2017-11-30 15:25:42-- https://raw.githubusercontent.com/coreos/coreos-kubernetes/master/multi-node/generic/worker-install.sh | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.128.133, 151.101.64.133, 151.101.0.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.128.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 9724 (9.5K) [text/plain] | |
Saving to: ‘inventory/k8s-worker-poole-04/install.sh’ | |
100%[====================================================================================================================================================================================================================================================================================>] 9,724 --.-K/s in 0.005s | |
2017-11-30 15:25:42 (1.95 MB/s) - ‘inventory/k8s-worker-poole-04/install.sh’ saved [9724/9724] | |
I: -input-charset not specified, using utf-8 (detected in locale settings) | |
Total translation table size: 0 | |
Total rockridge attributes bytes: 677 | |
Total directory bytes: 4096 | |
Path table size(bytes): 40 | |
Max brk space used 22000 | |
181 extents written (0 MB) | |
creating SSL keys | |
Generating RSA private key, 2048 bit long modulus | |
....+++ | |
............+++ | |
e is 65537 (0x10001) | |
Signature ok | |
subject=/CN=store-backoffice | |
Getting CA Private Key | |
creating CoreOS cloud-config for store-backoffice with K8S version to join 10.10.1.10 | |
--2017-11-30 15:25:42-- https://raw.githubusercontent.com/coreos/coreos-kubernetes/master/multi-node/generic/worker-install.sh | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.128.133, 151.101.64.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 9724 (9.5K) [text/plain] | |
Saving to: ‘inventory/store-backoffice/install.sh’ | |
100%[====================================================================================================================================================================================================================================================================================>] 9,724 --.-K/s in 0.001s | |
2017-11-30 15:25:42 (16.6 MB/s) - ‘inventory/store-backoffice/install.sh’ saved [9724/9724] | |
I: -input-charset not specified, using utf-8 (detected in locale settings) | |
Total translation table size: 0 | |
Total rockridge attributes bytes: 677 | |
Total directory bytes: 4096 | |
Path table size(bytes): 40 | |
Max brk space used 22000 | |
181 extents written (0 MB) | |
/vagrant/provision_scripts/k8s/ssl/ca.pem | |
Cluster "default-cluster" set. | |
User "default-admin" set. | |
Context "default-system" created. | |
Switched to context "default-system". | |
Connection to 127.0.0.1 closed. | |
echo "BOOTING PXE Clients" | |
BOOTING PXE Clients | |
./provision_scripts/pxe-boot-clients.sh | |
sleep 60 | |
echo "Testing Cluster" | |
Testing Cluster | |
vagrant ssh -c "ssh -o 'StrictHostKeyChecking no' root@k8s-controller-poole-02 systemctl status etcd2" | |
ssh: Could not resolve hostname k8s-controller-poole-02: No address associated with hostname | |
Connection to 127.0.0.1 closed. | |
make: *** [boot_clients] Error 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment