Kubernetes Submit Queue
9cf0ec3ce2
Merge pull request #27783 from jianhuiz/openstack-heat-network
...
Automatic merge from submit-queue
Openstack heat network
add lbaas subnet and floating network configuration
support lbaas v2
add environment variable for fixed network
~~fix lb creation failed because of no 'name' for pool members according to lbaas v2 api~~ #27810
#25987
@dagnello @lavalamp @mikedanese
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel )]()
2016-09-07 16:25:02 -07:00
Jan Safranek
5f6efefc40
[squash] Rename and move to storageclass/
2016-08-22 14:11:01 +02:00
Jan Safranek
82d35fb461
Add admission controller for default storage class.
...
The admission controller adds a default class to PVCs that do not require any
specific class. This way, users (=PVC authors) do not need to care about
storage classes, administrator can configure a default one and all these PVCs
that do not care about class will get the default one.
2016-08-18 18:55:35 +02:00
jianhuiz
9908a02872
lbaas subnet and floating network config; lbaas v2; env variable for fixed network
2016-08-17 02:23:12 -07:00
CJ Cullen
861583ac3e
export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack.
2016-07-22 15:22:03 -07:00
Elson Rodriguez
fbd0ba074e
Fixes #28205 , Check release tar location for Openstack-Heat provider
...
This does a basic check to see where the release tars are located.
Allows people to use openstack-heat outside of compiling k8s.
2016-07-08 08:45:47 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Madhusudan.C.S
816c4d9e2b
Substitute federation_domain_map parameter with its value in node bootstrap scripts.
...
This also removes the substitution code we added to the build
scripts in one of the previous commits.
2016-06-27 14:54:49 -07:00
Elson O Rodriguez
c65e5c2b90
Updating CentOS image, adding heat back to the required cli tools.
2016-05-20 12:33:13 -07:00
Francois Deppierraz
1769760db0
Automatically detect swift URL if not specified
2016-05-05 23:58:43 +02:00
Elson O Rodriguez
9004dc383b
Adding workaround for hostname swapping issue in OpenStack kube-up provider.
...
On reboot, minions hostname would change, causing issue querying Openstack API and registering with kube-apiserver.
This is due to a bug in cloud-init which has been patched but apparently not widely distributed.
Should be harmless on unaffected systems.
https://bugs.launchpad.net/cloud-init/+bug/1246485
http://blog.oddbit.com/2014/12/10/cloudinit-and-the-case-of-the-changing-hostname/
2016-04-28 22:36:00 -07:00
Lukasz Zajaczkowski
5f929d2a4c
Replace heat client to openstack to avoid warnings
2016-04-28 14:06:30 +02:00
Elson O Rodriguez
7b3b24c4f5
Triages #7 for OpenStack provider, still needs work.
...
Fixed the order of fields for basic_auth.
This provider still needs to leverage common.sh for generating proper credentials though.
Also documented a pattern for how to get the SWIFT_SERVER_URL automatically
2016-04-28 14:06:30 +02:00
OHTAKE Tomohiro
5ea2940cfe
Rename the provider to openstack-heat
...
There might be several methods to deploy a Kubernetes cluster on OpenStack.
It is better to name the provider more specific.
2016-04-28 14:06:30 +02:00