Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> qemu: Provisioning with shell script: provision/minimize.sh
- qemu: + sudo dd if=/dev/zero of=/EMPTY bs=1M
- qemu: dd: error writing '/EMPTY': No space left on device
- qemu: 14326+0 records in
- qemu: 14325+0 records out
- qemu: 15020851200 bytes (15 GB, 14 GiB) copied, 40.1806 s, 374 MB/s
- qemu: + true
- qemu: + sudo rm -f /EMPTY
- qemu: + sudo sync
- ==> docker: Provisioning with Ansible...
- docker: Creating Ansible staging directory...
- docker: Creating directory: /tmp/packer-provisioner-ansible-local
- docker: Uploading main Playbook file...
- docker: Uploading inventory file...
- docker: Executing Ansible: cd /tmp/packer-provisioner-ansible-local && ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 ansible-playbook /tmp/packer-provisioner-ansible-local/install_odl.yml --extra-vars "rpm_repo_file=opendaylight-52-release.repo rpm_repo_url='https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-52-release.repo'" -c local -i /tmp/packer-provisioner-ansible-local/packer-provisioner-ansible-local849810156
- docker: [DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and
- docker: make sure become_method is 'sudo' (default).
- docker: This feature will be removed in a
- docker: future release. Deprecation warnings can be disabled by setting
- docker: deprecation_warnings=False in ansible.cfg.
- docker:
- docker: PLAY [localhost] ***************************************************************
- docker:
- docker: TASK [setup] *******************************************************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Set OS name for .deb repo for Debian in OBS] **************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Set OS name for .deb repo for Ubuntu in OBS] **************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Add the repository key to apt] ****************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Add ODL deb repo] *****************************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Add jessie-backports] *************************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Install ODL via Deb repo] *********************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Add jessie-backports] *************************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Install ODL via Deb path] *********************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Download ODL yum repo] ************************************
- docker: changed: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Set ODL yum repo file properties] *************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Install ODL via RPM repo] *********************************
- docker: changed: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Install ODL via RPM path] *********************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Build Karaf feature list] *********************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Configure ODL Karaf features] *****************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Configure ODL NB REST port] *******************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Check if in a container] **********************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Check if FirewallD service is running] ********************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Open ODL NB REST port via FirewallD] **********************
- docker: skipping: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Check if in a container] **********************************
- docker: ok: [127.0.0.1]
- docker:
- docker: TASK [opendaylight : Start ODL systemd service] ********************************
- docker: skipping: [127.0.0.1]
- docker:
- docker: PLAY RECAP *********************************************************************
- docker: 127.0.0.1 : ok=9 changed=2 unreachable=0 failed=0
- docker:
- ==> docker: Committing the container
- ==> docker: Error committing container: exit status 1
- ==> docker: Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
- ==> docker:
- ==> docker: Killing the container: 5434c54f514d223f8b9d41243c41bd17e6e088a2b281c372e26789984dbb4a3c
- Build 'docker' errored: Error committing container: exit status 1
- Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
- ==> Some builds didn't complete successfully and had errors:
- --> docker: Error committing container: exit status 1
- Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
- ==> Builds finished but no artifacts were created
Advertisement
Add Comment
Please, Sign In to add comment