Cloud Installation

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
{column}
{code}
PetalsBCSoap PostgreSQL-VM {
extends: PetalsBC; installer: target;
exports: httpPort = 8084;
children: PostgreSQLServer;
}

PostgreSQLServer {
installer: script;
children: ActivitiPgSQLDatabase;
}

ActivitiPgSQLDatabase {
installer: script;
exports: ip, databaseName = database-name, databaseUser = database-user, databasePwd = database-pwd;
}

PetalsSEActiviti {
extends: PetalsSE;
imports: PetalsSLPostgreSQL.present, ActivitiPgSQLDatabase.*;
}
{code}
{column}
{column}
{code}
instance of PostgreSQL-VM {
name: postgresql-vm;

instance of PostgreSQLServer {
name: postgresql-server;

instance of ActivitiPgSQLDatabase {
name: activiti-database;

databaseName: activiti;
databaseUser: petalsseactiviti;
databasePwd: PetalsSeActiviti;
}
}
}

instance of PetalsContainer-VM {
...
instance of PetalsContainer {
...
instance of PetalsBCSoap PetalsSLPostgreSQL {
name: petals-bc-soap; petals-sl-postgresql-9.4-1201-jdbc4;
}

instance of PetalsSEActiviti {
name: petals-se-activiti;
}
}
}