Merge "Bumping up the swift version to HEAD"
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user