Frontend nstance won't deploy on COMP-0
1 - 2 of 2 records
Summary

Hi,

I've installed the master standalone and the first node as per the official instructions.

The frontend does not deploy to comp-0 no matter what I try. I've reformatted the node, updated SSL permissions, still nothing.

Server is correctly polling the master and software is correctly installed.  

Can't find any errors in any of the logs on both the master and the slave. 

 

Here's my example XML:

<?xml version="1.0" encoding="utf-8"?>
<instance>
    <parameter id="public-ipv4">192.168.1.113</parameter>
    <parameter id="ip-read-limit">40</parameter>
    <parameter id="apache-key">REMOVED</parameter>
    <parameter id="apache-certificate">REMOVE</parameter>
    <parameter id="apache-ca-certificate">REMOVE</parameter>
    <parameter id="domain">example.com</parameter>
    <parameter id="-frontend-quantity">1</parameter>
    <parameter id="-sla-1-computer_guid">COMP-0</parameter>
</instance>

 

Any help would be greatly appreciated (i.e. where should I look for errors)

 

2 by Edward Johansson at 2018/10/29

For some reason I wasn't logged in. Anyway, the post above is mine.

I followed the https://www.erp5.com/slapos-Tutorial.Install.Slapos.Node.Comp.0 instructions.

I can only get up to "Instantiation and Port Forwarding".
The Frontend instance is red and just says 'start requested'

When I check the slapos-node-instance.log I just see the following repeating:
-----
Processing computer partitions...
Supervisord already running.
Finished computer partitions
Loading: /etc/opt/slapos/slapos.cfg
Sleeping for 12 seconds. To Disable this feature, check --now parameter in slapgrid help.
-----

I can confirm the frontend software is correctly installed on the node and is green. It just won't deploy the instance.

I've tried restarting both the master and slave nodes.
On the node I've deleted all the slapparts and popped in a fresh format as well as alter_user to recreate the user permissions.


Is there a particular log on the master to see why it's not sending out the instance to the node?