ERP5 UNG

How to install UNG instances with SlapOS

Using UNG with SlapOS

via ERP5 Configurator

Agenda

  • Request from web UI, configure
  • Request from console, connect
  • Request on own computer from web UI, connect
  • Request on own computer from console, connect

Web Request (1)

Register to vifib.net, then go to "My Services".

To request a KVM instance using vifib.net web interface, go to vifib.net, go to My Services, click on the "New service". Put the desired name of the service in "Service title", then select "KVM" in the list of softwares. Make sure you have only one selected software. Send the form by clicking on "Order". On the next page, select the latest version of KVM available, and click on "order". Review and fill your informations, and click on the "Continue" button. You will be redirected to the home page. You will then have to wait for a few minutes for the instance to be deployed. You can know the state of the instantiation by going to "My Services" page. Your instance will appear after a few seconds, if you click on it, you can see the state of it.

Web Request (2)

Click on "New service".

Web Request (3)

Choose a name for your instance, and select "ERP5" service type.

Web Request (4)

Choose the latest version of the software.

Web Request (5)

Fill ERP5 instance configurations.

Web Request (6)

Instance has been requested, you are redirected to home. Wait for a few seconds, then go back to "My Services".

Web Request (7)

You can see your instance : click on it.

Web Request (8)

You can see your instance being deployed. Reload to have up-to-date informations.

Web Request (9)

Your instance is ready. All the needed informations can be found in the "Connection" xml.

Connect with Browser

Open the url with your browser (recent Chrome/Chromium is preferred). Make sure the ipv6 part is correctly filled in the form ("[" characters can be altered), paste the password, then connect.

Request from console

# In your slapos client directory :
$ bin/slapconsole slapos.cfg
 Include parameters may not work yet : 
>>> erp5_instance = request(erp5_branch, "second_erp5", 
...               partition_parameter_kw={'flavour':'configurator'})
Traceback (most recent call last):
  File "", line 1, in 
  File "/Library/Python/2.6/site-packages/slapos.core-0.4_dev-py2.6.egg/slapos/console.py", line 108, in 
    slap.registerOpenOrder().request(software_release, reference)
  File "/Library/Python/2.6/site-packages/slapos/slap/slap.py", line 162, in request
    self._connection_helper.POST('/requestComputerPartition', request_dict)
  File "/Library/Python/2.6/site-packages/slapos/slap/slap.py", line 469, in POST
    raise ResourceNotReady("%s - %s" % (path, parameter_dict))
ResourceNotReady: /requestComputerPartition
# Wait for a few minutes and retry until it works : 
>>> erp5_instance = request(erp5_branch, "second_erp5")
>>> erp5_instance.getState()
Started
>>> erp5_instance.getConnectionParameter('url')
[URL appears here]
>>> erp5_instance.getConnectionParameter('password')
[Password appears here]
      
Slapconsole allows your to interact with the SlapOS Master using the SLAP API. Launch slapconsole, then ask the Master to deploy an instance of your software. First, it will raise an exception meaning that the instance is not ready yet. You will have to wait until the instance is ready. From time to time, run again the same command to fetch up-to-date informations. When it does not longer throw an exception, your instance is ready. You can then fetch the informations you need to connect to your instance

Connect with Browser

Open the url with your browser (recent Chrome/Chromium is preferred). Make sure the ipv6 part is correctly filled in the form ("[" characters can be altered), paste the password, then connect.

Wait for ERP5

URL/erp5

Wait until ERP5 be created, it should take few minutes to be ready.

Login

Login into your ERP5 created

Configure your site

Configurator Wizard

UNG Configuration (1)

UNG Configuration (2)

UNG Configuration (3)

UNG Configuration (4)

UNG Configuration (5)

UNG Configuration (6)

UNG Configuration (7)

Re-Login

Access UNG

URL/erp5/web_site_module/ung

Request from console

# In your slapos client directory :
$ bin/slapconsole slapos.cfg
>>> erp5_instance = request(erp5_branch, "first_erp5")
>>> erp5_instance.getState()
Started
>>> erp5_instance.getConnectionParameter('url')
[URL appears here]
>>> erp5_instance.getConnectionParameter('password')
[Password appears here]
      
XXX Slapconsole allows your to interact with the SlapOS Master using the SLAP API. Launch slapconsole, then ask the Master to deploy an instance of your software. First, it will raise an exception meaning that the instance is not ready yet. You will have to wait until the instance is ready. From time to time, run again the same command to fetch up-to-date informations. When it does not longer throw an exception, your instance is ready. You can then fetch the informations you need to connect to your instance

Connect with Browser

Open the url with your browser (recent Chrome/Chromium is preferred). Make sure the ipv6 part is correctly filled in the form ("[" characters can be altered), paste the password, then connect.

Request with SLA (Req.)

Before trying to request an instance on a specific computer, make sure the software you want to use is deployed on this machine. If not sure, go to :

Install and Configure SlapOS Node

Request with SLA (1)

Register to vifib.net, then go to "My Services".

To request a KVM instance using vifib.net web interface, go to vifib.net, go to My Services, click on the "New service". Put the desired name of the service in "Service title", then select "KVM" in the list of softwares. Make sure you have only one selected software. Send the form by clicking on "Order". On the next page, select the latest version of KVM available, and click on "order". Review and fill your informations, and click on the "Continue" button. You will be redirected to the home page. You will then have to wait for a few minutes for the instance to be deployed. You can know the state of the instantiation by going to "My Services" page. Your instance will appear after a few seconds, if you click on it, you can see the state of it.

Request with SLA (2)

Click on "New service".

Request with SLA (3)

Choose a name for your instance, and select "ERP5" service type. Make sure to select the computer where you want the instance to be deployed.

Request with SLA (4)

Choose the latest version of the software.

Request with SLA (5)

Fill in your personal informations.

Request with SLA (6)

Instance has been requested, you are redirected to home. Wait for a few seconds, then go back to "My Services".

Request with SLA (7)

You can see your instance : click on it.

Request with SLA (8)

You can see your instance being deployed. Reload to have up-to-date informations.

Request with SLA (9)

Your instance is ready. All the needed informations can be found in the "Connection" xml.

Connect with Browser

Open the url with your browser (recent Chrome/Chromium is preferred). Make sure the ipv6 part is correctly filled in the form ("[" characters can be altered), paste the password, then connect.

SLA from console

# In your slapos client directory :
$ bin/slapconsole slapos.cfg
>>> erp5_instance = slap.registerOpenOrder().request(erp5_branch, "fourth_kvm",
    filter_kw={ "computer_guid": "COMP-12345" })
Traceback (most recent call last):
  File "", line 1, in 
  File "/Library/Python/2.6/site-packages/slapos.core-0.4_dev-py2.6.egg/slapos/console.py", line 108, in 
    slap.registerOpenOrder().request(software_release, reference)
  File "/Library/Python/2.6/site-packages/slapos/slap/slap.py", line 162, in request
    self._connection_helper.POST('/requestComputerPartition', request_dict)
  File "/Library/Python/2.6/site-packages/slapos/slap/slap.py", line 469, in POST
    raise ResourceNotReady("%s - %s" % (path, parameter_dict))
ResourceNotReady: /requestComputerPartition
# Wait for a few minutes and retry until it works : 
>>> erp5_instance = slap.registerOpenOrder().request(erp5_branch, "fourth_erp5",
...    partition_parameter_kw={'flavour':'configurator'},
...    filter_kw={ "computer_guid": "COMP-12345" })
>>> erp5_instance.getState()
Started
>>> erp5_instance.getConnectionParameter('url')
[URL appears here]
>>> erp5_instance.getConnectionParameter('password')
[Password appears here]
      

Slapconsole allows your to interact with the SlapOS Master using the SLAP API.

Replace the COMP-12345 by your Computer ID.

Launch slapconsole, then ask the Master to deploy an instance of your software. First, it will raise an exception meaning that the instance is not ready yet.

You will have to wait until the instance is ready. From time to time, run again the same command to fetch up-to-date informations.

When it does not longer throw an exception, your instance is ready. You can then fetch the informations you need to connect to your instance.

Connect with Browser

Open the url with your browser (recent Chrome/Chromium is preferred). Make sure the ipv6 part is correctly filled in the form ("[" characters can be altered), paste the password, then connect.

Next Steps

How to Contribute?

  • Publish your own NBD
  • Extend kvm to support parameters

Thank You

  • Nexedi SA
  • 147 Rue du Ballon
  • 59110 La Madeleine
  • France
  • +33629024425

For more information, please contact Jean-Paul, CEO of Nexedi (+33 629 02 44 25).