Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
707ef2ce
Commit
707ef2ce
authored
Apr 18, 2016
by
Elson O Rodriguez
Committed by
Lukasz Zajaczkowski
Apr 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding missing variable defaults for OpenStack provider.
parent
2ffc86bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
config-default.sh
cluster/openstack/config-default.sh
+9
-0
openrc-default.sh
cluster/openstack/openrc-default.sh
+1
-0
openrc-swift.sh
cluster/openstack/openrc-swift.sh
+1
-0
No files found.
cluster/openstack/config-default.sh
View file @
707ef2ce
...
@@ -58,3 +58,12 @@ STACK_CREATE_TIMEOUT=${STACK_CREATE_TIMEOUT:-60}
...
@@ -58,3 +58,12 @@ STACK_CREATE_TIMEOUT=${STACK_CREATE_TIMEOUT:-60}
# Enable Proxy, if true kube-up will apply your current proxy settings(defined by *_PROXY environment variables) to the deployment.
# Enable Proxy, if true kube-up will apply your current proxy settings(defined by *_PROXY environment variables) to the deployment.
ENABLE_PROXY
=
${
ENABLE_PROXY
:-
false
}
ENABLE_PROXY
=
${
ENABLE_PROXY
:-
false
}
# Per-protocol proxy settings.
FTP_PROXY
=
${
FTP_PROXY
:-}
HTTP_PROXY
=
${
HTTP_PROXY
:-}
HTTPS_PROXY
=
${
HTTPS_PROXY
:-}
SOCKS_PROXY
=
${
SOCKS_PROXY
:-}
# IPs and Domains that bypass the proxy.
NO_PROXY
=
${
NO_PROXY
:-}
cluster/openstack/openrc-default.sh
View file @
707ef2ce
...
@@ -23,3 +23,4 @@ export OS_PASSWORD=${OS_PASSWORD:-secretsecret}
...
@@ -23,3 +23,4 @@ export OS_PASSWORD=${OS_PASSWORD:-secretsecret}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_ID
=
${
OS_TENANT_ID
:-
ed51b98b40944d89a449592eb67431eb
}
export
OS_TENANT_ID
=
${
OS_TENANT_ID
:-
ed51b98b40944d89a449592eb67431eb
}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
cluster/openstack/openrc-swift.sh
View file @
707ef2ce
...
@@ -24,3 +24,4 @@ export OS_PASSWORD=${OS_PASSWORD:-secretsecret}
...
@@ -24,3 +24,4 @@ export OS_PASSWORD=${OS_PASSWORD:-secretsecret}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_ID
=
${
OS_TENANT_ID
:-
ed51b98b40944d89a449592eb67431eb
}
export
OS_TENANT_ID
=
${
OS_TENANT_ID
:-
ed51b98b40944d89a449592eb67431eb
}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment