Jämförda versioner

Nyckel

  • Dessa rader lades till.
  • Denna rad togs bort.
  • Formateringen ändrades.

...

Följande förutsätts vara installerat innan VP installeras:

  1. ActiveMQ. Ifall loggning inte görs via VP kan man istället använda Mules inbäddade activemq.
  2. Installera Mule version 3.7.0. Rekommendationer, minnesinställningar, runtimeberoenden, loggning mm för SKLTP finns på följande instruktion
  3. SKLTP TAK 1.5.0 eller senare installerad, se installationsanvisning. Konfiguration enligt installationsanvisning förutsätts
  4. Certifikat installerat, se installationsmanual

...

  1. Säkerställ att vp-config-override.properties och vp-security-override.properties finns under /usr/local/mule-standalone-3.7.0/conf/ för att kunna överlagra default parametrar
    1. Skapa en vp-config-override.properties och en vp-security-override.properties, konfigurera enligt SKLTP VP - Konfiguration

      Kodblock
      sudo vi /usr/local/mule-standalone-3.7.0/conf/vp-config-override.properties


      Kodblock
      sudo vi /usr/local/mule-standalone-3.7.0/conf/vp-security-override.properties


  2. Säkerställ att fil med hsa information finns under /usr/local/mule-standalone-3.7.0/conf/
    1. Ladda ner HSA fil med endast SE nod som kompletterar den riktiga HSA filen.

      Kodblock
      wget http://skl-tp.atlassian.net/wiki/download/attachments/5308496/hsacachecomplementary.xml
      mv hsacachecomplementary.xml /usr/local/mule-standalone-3.7.0/conf/hsacachecomplementary.xml


    2. Uppdatera i parametern HSA_FILES vp-config-override.properties för att lägga till hsacachecomplementary.xml och läsa in SE noden

      Kodblock
      vi /usr/local/mule-standalone-3.7.0/conf/vp-config-override.properties
       
      HSA_FILES=/usr/local/mule-standalone-3.7.0/conf/hsacachecomplementary.xml


    3. Finns det behov av att hämta en fil från HSA med ett komplett organisationsträd, läs följande instruktion.
  3. Säkerställ att korrekta certifikatsfiler finns under /usr/local/mule-standalone-3.7.0/certs/ och att vp-security-override.properties pekar på certifikatsfilerna.
    1. Saknas /usr/local/mule-standalone-3.7.0/certs/, skapa den och lägg era certifikatsfiler i katalogen.

      Kodblock
      mkdir /usr/local/mule-standalone-3.7.0/certs/
       
      cp my-cert.p12 /usr/local/mule-standalone-3.7.0/certs/
      cp my-trustsore.jks /usr/local/mule-standalone-3.7.0/certs/


    2. Se SKLTP VP - Konfiguration, hur konfiguration i vp-security-override.properties skall göras för att peka ut certifikatsfiler.
    3. Vid behov , se Installationsmanual Certifikat för hur en truststore hanteras.

...

Info
titleDriftsätta virtualiseringar

Notera att virtuella tjänster, teststubbar och schemas läggs på efter en deploy, se rubriken Driftsätta Virtualiseringar

Verifiera installationen av Virtualiseringsplattformen med anrop till Ping tjänst

...