Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for packstack installation on CentOS8 #1388

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

karelyatin
Copy link
Contributor

  • network-scripts is not installed by default in
    CentOS8, so need to be explicitly installed for
    deployments with external network.
  • Fix options for default ovn based deployment.
  • Also add command to deploy with ovs as neutron backend.
  • For cirros image download use -L option to follow redirect.

@amoralej
Copy link
Contributor

In #1386 a user reported that a ovs-vsctl command was needed for external networking. Didn't you need to run it?

@karelyatin
Copy link
Contributor Author

In #1386 a user reported that a ovs-vsctl command was needed for external networking. Didn't you need to run it?

No i didn't hit that issue.

source/install/packstack.html.md Outdated Show resolved Hide resolved
# packstack --allinone --provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutron-ovs-bridge-interfaces=br-ex:eth0 --os-neutron-ml2-type-drivers=vxlan,flat
# packstack --allinone --provision-demo=n --os-neutron-ovn-bridge-mappings=extnet:br-ex --os-neutron-ovn-bridge-interfaces=br-ex:eth0

Since stein release packstack runs neutron with ovn backend, if want to deploy with ovs as neutron backend, try:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this sentence is not clear. Should one execute line 14 or line 18?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on requirement need to do either of L14 or 18. I have modified the sentence

- network-scripts is not installed by default in
  CentOS8, so need to be explicitly installed for
  deployments with external network.
- Fix options for default ovn based deployment.
- Also add command to deploy with ovs as neutron backend.
- For cirros image download use -L option to follow redirect.
@amoralej
Copy link
Contributor

LGTM

@apevec apevec merged commit 1502ac3 into redhat-openstack:master Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants