Skip to content

Instantly share code, notes, and snippets.

Created November 19, 2015 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7829a1ba79c076a06e76 to your computer and use it in GitHub Desktop.
Save anonymous/7829a1ba79c076a06e76 to your computer and use it in GitHub Desktop.
BUILD SUCCESSFUL
Total time: 2 seconds
/home/peluse/.ssh/id_rsa already exists.
Overwrite (y/n)? n
PLAY [deploy] *****************************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [prepare_loop_device | mkdir srv directory] *****************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/swift_install.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
tests/setup_functional_test.sh: line 26: cd: /tmp/swift_install/swift-install: No such file or directory
sed: can't read localhost_config.json: No such file or directory
ERROR: the playbook: main-install.yml could not be found
tests/setup_functional_test.sh: line 30: cd: OLDPWD not set
PLAY [storlet-proxy:storlet-storage:docker] ***********************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [test_os_version | test os version] *************************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/cluster_check.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [docker] *****************************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [docker_client | Test for missing packages] *****************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/docker_repository.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [docker] *****************************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [docker_base_jre_image | Place Ubuntu 14.04 in local repository] ********
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/docker_base_storlet_images.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [docker] *****************************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [docker_storlet_engine_image | Create Repository for building the image] ***
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/docker_storlet_engine_image.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [storlet-mgmt] ***********************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [swift_storlet_management | Install Keystone and Swift clients] *********
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/storlet_mgmt.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [storlet-proxy[0]] *******************************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [fetch src=/etc/swift/proxy-server.conf dest=/tmp/ flat=yes] ************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/fetch_proxy_conf.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
PLAY [storlet-proxy:storlet-storage] ******************************************
GATHERING FACTS ***************************************************************
fatal: [localhost] => Missing become password
TASK: [docker_client | Test for missing packages] *****************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/host_storlet_engine.retry
localhost : ok=0 changed=0 unreachable=1 failed=0
chmod: cannot access ‘/opt/ibm’: No such file or directory
PLAY [storlet-mgmt] ***********************************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [create_default_tenant | Invoke the Create Storlet enabled Tenant script] ***
failed: [localhost] => {"changed": true, "cmd": ["python", "/opt/ibm/add_new_tenant.py", "service", "swift", "passw0rd"], "delta": "0:00:00.011164", "end": "2015-11-19 13:32:12.364878", "rc": 2, "start": "2015-11-19 13:32:12.353714", "warnings": []}
stderr: python: can't open file '/opt/ibm/add_new_tenant.py': [Errno 2] No such file or directory
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/peluse/create_default_tenant.retry
localhost : ok=1 changed=0 unreachable=0 failed=1
peluse@peluse-VBM:~/storlets$
Copy link

ghost commented Nov 22, 2015

the s2aio script generally installs both Swift w/ Keystone and Storlets on top of it. It appears that in the above installation (and also looking at the IRC logs) you were attempting to install s2aio over an existing installation. While we should support both, currently the procedure of installing Storlets over existing swift is more cumbersome. The instructions for using the s2aio script are in the README (https://github.com/openstack/storlets/blob/master/README.md under 'Quick Installation Guide")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment