Skip to content

Kubespray in Openstack does not allocate floating IP  #119

@prateek2408

Description

@prateek2408

Even after giving "--floating_ip" in the "kubesrpay openstack" command the Virtual machines that are created in openstack Cloud does not get a floating IP.

Also there is no option to provide the name of external network from which the floating IP would be taken and associated to Virtual machines . Setting auto_ip to true does not provide floating IP to the VM's

snippet-

                       'flavor': self.options['%s_flavor' % role],
                       'key_name': self.options['sshkey'],
                       'region_name': self.options['os_region_name'],
                       'auto_ip': self.options['floating_ip'],
                       'security_groups': [os_security_group_name],
                       'nics': 'port-name={{ item }}',

'image': self.options['image']

============================================================

Openstack Version - Mitaka
Kubespray Version - 2.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions