Details
bin/octocatalog-diff moma
~> expectedly, nothing changes (i slightly touched the webapp configuration to reuse conf so making sure)
bin/octocatalog-diff webapp0.softwareheritage.org
~> expectedly, wants to add the search dict configuration on webapp configuration for search on azure's storage0 node (against empty for current production in moma for now)
bin/octocatalog-diff storage0.euwest.azure.internal.softwareheritage.org
~> expectedly, wants to install the rpc server and serve on 5010 port
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Branch
- staging
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10264 Build 15229: arc lint + arc unit
Event Timeline
data/defaults.yaml | ||
---|---|---|
4218 | I don't find the origin index swh-search use there so it seems not. |
data/defaults.yaml | ||
---|---|---|
4218 | They are the right nodes, and the index exists. >>> import elasticsearch >>> es = elasticsearch.Elasticsearch(['http://esnode3.internal.softwareheritage.org:9200']) >>> list(es.indices.get('ori*')) ['origin'] |
data/defaults.yaml | ||
---|---|---|
4218 | lolsad /me rollseyes at himself /me looks back at [1] to see it's all there! [1] https://forge.softwareheritage.org/source/swh-scheduler/browse/master/swh/scheduler/backend_es.py |