github-actions
2cb0b82847
Update dependencies
2022-11-25 06:08:50 +00:00
github-actions
93149ad320
Update dependencies
2022-09-02 06:25:10 +00:00
Gene Kuo
7b7ce3167f
Update gophercloud to v0.25.0
...
This commit updates gophercloud to newest v0.25.0 release. The
SOURCE_IP_PORT LB method is also updated to the reference in the new
release in align with ROUND_ROBIN.
2022-05-31 20:45:03 +09:00
Ole Markus With
ce2e877aeb
Remove bazel files from vendor
2022-04-12 13:29:03 +02:00
Jesse Haka
2bad52ea8c
update deps
2021-12-29 13:22:05 +02:00
Jesse Haka
c7e0585e3a
update gophercloud deps
2021-11-16 17:10:04 +02:00
Ciprian Hacman
6bd597f372
Convert go.mod files to Go 1.17
2021-10-09 06:27:27 +03:00
Peter Rifel
ce821a614f
In-line openstack loadbalancer feature detection
...
This was our only reliance on cloud-provider-openstack which depends on k8s.io/kubernetes.
With the logic in-lined, kops no longer has any indirect dependencies of k/k
2021-08-06 08:19:53 -04:00
Doug Goldstein
80da992275
bump the version of gophercloud
...
Since the v1.19.0 release of kOps the OpenStack integration has been
broken because gophercloud made a change to start escaping all path
names for files stored in swift. kOps used a file with a slash in it
which was getting escaped and then not handled correctly. This has been
fixed in upstream gophercloud with gophercloud/gophercloud#2160 which
was included in gophercloud v0.18.0. Bump is for issue #9933 .
2021-06-16 11:50:13 -05:00
Jesse Haka
611fe8b595
Update go deps
2021-04-11 19:34:05 +03:00
Barry Melbourne
e30bf1cf35
Update Go modules to latest versions
2021-03-14 15:08:27 +00:00
Jesse Haka
46de9f145e
update gophercloud dependency
2021-01-11 14:48:22 +02:00
Kubernetes Prow Robot
165933852d
Merge pull request #9790 from olemarkus/openstack-newer-nova
...
Remove compute floating ip extension
2020-08-26 04:26:03 -07:00
Peter Rifel
b3709b8806
Upgrade kubernetes dependencies to 1.19.0-rc.4
2020-08-24 10:54:15 -05:00
Ole Markus With
2ab64942d7
Remove vendoring of nova floating ip
2020-08-24 06:46:25 +02:00
Ole Markus With
8c70787bab
Upgrade gophercloud to v1.11.0
...
Update upup/pkg/fi/cloudup/openstacktasks/instance.go
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2020-08-23 16:45:00 +02:00
Jesse Haka
bdaeb6df36
upgrade to cinder v3 to use api
2020-05-11 08:06:13 +03:00
Jesse Haka
19ff6f94e6
update gophercloud dependencies
2020-04-09 10:01:32 +03:00
Jesse Haka
1928a3934c
update deps
2020-03-17 17:41:50 +02:00
Jesse Haka
769c02f87c
update gophercloud dependency
2020-01-16 11:22:52 +02:00
mikesplain
4128964365
Update dependencies
2019-11-16 10:24:39 -05:00
Jesse Haka
5e3b94ae17
use existing network and subnet
2019-10-27 08:21:25 +02:00
Teodor Todorov
fac5969001
Allow OS instances to boot from volume
2019-09-23 18:04:25 +01:00
Jesse Haka
278e660653
update gophercloud dependencies
2019-02-22 15:59:32 +02:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
7b8d73aa4a
Dependency updates
2019-01-15 14:38:11 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
af91543345
Checking in model and task dependencies
2019-01-15 14:13:53 -07:00
Mike Splain
0cf516694e
Update dependencies and BUILD.bazel scripts
...
For updated importpath
2018-09-17 09:57:31 -04:00
Levi Blackstone
7aecce88a3
OpenStack: vendor schedulerhints
2018-08-30 16:53:07 -06:00
Levi Blackstone
c4e2db4afc
Vendor servergroup module from gophercloud
...
* Bump gophercloud sha to f29afc2
* Add a prereq check for bazel and dep which is needed by `make dep-ensure`
* Document the process to add a vendored dependency
2018-08-30 11:25:54 -06:00
Justin Santa Barbara
5bdd69f1ba
Merge pull request #5304 from justinsb/4977_quickfix
...
Fixup bazel
2018-06-11 11:31:56 -04:00
Justin Santa Barbara
6ae21517d1
Fixup bazel
...
Follow on to #4977
2018-06-11 11:27:53 -04:00
Justin Santa Barbara
89dc7b22f9
Merge branch 'master' into sshkey
2018-06-11 11:23:28 -04:00
Justin Santa Barbara
8681095af4
Merge pull request #4977 from zengchen1024/router_interface
...
implement router interface task for OpenStack platform
2018-06-11 11:17:49 -04:00
Jesse Haka
ed8d03d402
add keypair role
2018-06-11 09:54:54 +03:00
Justin Santa Barbara
b6789822f1
Update vendor for 1.10
2018-04-18 20:38:46 -04:00
Mike Splain
38cd57ddd3
Update bazel configs for bazel 0.12 go_rules 0.11
2018-04-18 14:53:00 -04:00
zengchen1024
f5f1ae8c3c
implement router interface task
2018-04-12 18:01:09 +08:00
zengchen1024
9dbf73ec63
implement subnet task
2018-04-09 18:04:35 +08:00
zengchen1024
a2cfb70285
build openstack router task
2018-04-02 18:03:29 +08:00
zengchen1024
ffbd81ee7c
implement network task for OpenStack platform
2018-04-02 09:51:01 +08:00
Justin Santa Barbara
6b6f9db0ef
Run make dep-ensure to use dep for vendor directory
2018-02-04 22:08:16 -05:00
Justin Santa Barbara
0513355b70
Update vendor
2018-02-03 21:19:32 -05:00
chrislovecnm
4dd3bb1dea
Updating bazel BUILD files with new go_rules version
2017-12-29 15:03:14 -07:00
chrislovecnm
609e268a1d
gazelle updates with new bazel version
2017-11-05 17:41:53 -07:00
chrislovecnm
b6b2c74fec
updating bazel files
2017-11-04 10:08:50 -06:00
zengchen1024
41b8f21ce5
update gophercloud to newest version
2017-10-31 14:55:46 +08:00
Justin Santa Barbara
0143be7c4f
autogen: BUILD and BUILD.bazel
2017-10-02 14:27:21 -04:00
Justin Santa Barbara
9d7b78766e
Update vendor for k8s 1.8
2017-10-01 13:16:44 -04:00