Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Case Analysis of cloudify+openstack Integrated configuration

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article shows you the example analysis of cloudify+openstack integrated configuration, which is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Step 1 installation: openstack

After installation, create a user with a hello password of 123456. Select the project you belong to as demo (other projects can be created or specified by yourself). And then in

Create your own key pair under. Download test.pem after completion.

Step 2 install cloudify

1. Download gigaspaces-cloudify-2.6.2-ga-b5400.zip and extract unzip gigaspaces-cloudify-2.6.2-ga-b5400.zip from http://www.cloudifysource.org/

two。 Go to gigaspaces-cloudify-2.6.2-ga-b5400/clouds/openstack/upload and upload test.pem to this directory (if the runtime cannot find test.pem, you can place the file in the current user root directory.)

3. Configure gigaspaces-cloudify-2.6.2-ga-b5400/clouds/openstack/openstack-cloud.properties as follows

# user name

User= "hello"

# specify the project to which you belong

Tenant= "demo"

# Note this is the password corresponding to user

ApiKey= "123456"

# ssh Private key

KeyFile= "test.pem"

KeyPair= "test"

SecurityGroup= "default"

# keystone Authentication address

OpenstackUrl= "http://192.168.x.x:5000/v2.0/"

# specify the instance style (represents the second instance style in the region RegionOne)

HardwareId= "RegionOne/2"

# A mirror ID in the specified region RegionOne (see glance.images table)

LinuxImageId= "RegionOne/45b8efb2-4ecf-4f0b-a739-78d80df345c6"

/ / Management persistence configuration. Replace with a string path to activate. 'null' indicates no persistence.

PersistencePath=null

4. Configuration

The gigaspaces-cloudify-2.6.2-ga-b5400/clouds/openstack/openstack-cloud.groovy content is as follows

Add under the block ID of configuration

BootstrapManagementOnPublicIp false

After completion

Enter the gigaspaces-cloudify-2.6.2-ga-b5400/bin directory

Execute. / cloudify.sh

Enter the command line

Execute to launch the openstack cloud

Bootstrap-cloud-verbose openstack

It will take some time to start.

At this time, you can log in to the openstack IAAS platform and see

An instance of cloudify-manager1-bcf is started.

When all is done, you can visit

This is API.

Http://192.168.xx.x:8100/

This is the management interface.

Http://192.168.xx.x:8099/

You can see the interface after the integration of cloudify and openstack

The above is a case study of cloudify+openstack integrated configuration. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report