Skip to content

graphql: Declare a new backend on the apache's webapp

Vincent Sellier requested to merge graphql into production
octocatalog diff on webapp.staging
diff origin/production/webapp.internal.staging.swh.network current/webapp.internal.staging.swh.network
*******************************************
  Apache::Vhost[webapp.staging.swh.network_non-ssl] =>
   parameters =>
     proxy_pass =>
      - [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}]
      + [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"url"=>"http://graphql.internal.staging.swh.network/", "path"=>"/graphql/"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}]
*******************************************
  Concat::Fragment[webapp.staging.swh.network_non-ssl-proxy] =>
   parameters =>
     content =>
      @@ -9,4 +9,6 @@
         ProxyPass /favicon.ico !
         ProxyPassReverse /favicon.ico !
      +  ProxyPass /graphql/ http://graphql.internal.staging.swh.network/
      +  ProxyPassReverse /graphql/ http://graphql.internal.staging.swh.network/
         ProxyPass / http://127.0.0.1:5004/
         ProxyPassReverse / http://127.0.0.1:5004/
*******************************************
  Concat_fragment[webapp.staging.swh.network_non-ssl-proxy] =>
   parameters =>
     content =>
      @@ -9,4 +9,6 @@
         ProxyPass /favicon.ico !
         ProxyPassReverse /favicon.ico !
      +  ProxyPass /graphql/ http://graphql.internal.staging.swh.network/
      +  ProxyPassReverse /graphql/ http://graphql.internal.staging.swh.network/
         ProxyPass / http://127.0.0.1:5004/
         ProxyPassReverse / http://127.0.0.1:5004/
*******************************************
*** End octocatalog-diff on webapp.internal.staging.swh.network
octocatalog diff on moma
*** Running octocatalog-diff on host moma.softwareheritage.org
I, [2023-01-18T16:03:38.394334 #1970745]  INFO -- : Catalogs compiled for moma.softwareheritage.org
I, [2023-01-18T16:03:39.051296 #1970745]  INFO -- : Diffs computed for moma.softwareheritage.org
I, [2023-01-18T16:03:39.051334 #1970745]  INFO -- : No differences
*** End octocatalog-diff on moma.softwareheritage.org
Related to swh/infra/sysadm-environment#4603 (closed)

/cc @teams/sysadmin

Edited by Vincent Sellier

Merge request reports