Merge "Bumping up the swift version to HEAD"

This commit is contained in:
Jenkins
2016-09-21 08:10:44 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -30,6 +30,7 @@ install/storlets/deploy/
install/storlets/prepare_vars.yml
install/swift/vars.yml
cluster_config.json
install/swift/hosts
# auto created on build
Engine/dependencies/

View File

@@ -14,13 +14,13 @@
},
"swift_devices": {
"object_devices": [
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6000" }
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6200" }
],
"container_devices": [
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6001" }
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6201" }
],
"account_devices" : [
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6002" }
{ "name" : "{{ swift_device }}", "weight": "100", "fs":"xfs", "port": "6202" }
]
},
"ansible_ssh_user" : "root",
@@ -58,7 +58,7 @@
"installation_source": "git",
"swift_git": "https://github.com/openstack/swift.git",
"swift_git_dir": "/tmp/git/swift",
"swift_git_tag": "2.7.0"
"swift_git_tag": "HEAD"
}
},
"swift-ring-builder": {