diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2016-11-16 15:51:47 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2016-11-16 15:57:22 +0100 |
commit | 47525407e753fcac99c8fa08e6375c35bf7eb199 (patch) | |
tree | d706767d07d0bf11dc7f54efa93b1ea727cb08bb /Dockerfile | |
parent | b29e9340544cbfb127e0a7f6be88f8b4f2818b4d (diff) | |
download | openshift-47525407e753fcac99c8fa08e6375c35bf7eb199.tar.gz openshift-47525407e753fcac99c8fa08e6375c35bf7eb199.tar.bz2 openshift-47525407e753fcac99c8fa08e6375c35bf7eb199.tar.xz openshift-47525407e753fcac99c8fa08e6375c35bf7eb199.zip |
Fix GCE cluster creation
Attempting to create a GCE cluster when the `gce.ini` configuration file
contains a non-default network leads to the following error:
```
TASK [Launch instance(s)] ******************************************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unexpected error attempting to create instance lenaic2-master-74f10, error: {'domain': 'global', 'message': \"Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network\", 'reason': 'invalid'}"}
```
The `subnetwork` parameter needs to be added and taken into account.
Diffstat (limited to 'Dockerfile')
0 files changed, 0 insertions, 0 deletions