quipucords / yupana

Service app to process & upload data from quipucords and satellite to the host based inventory
GNU General Public License v3.0
4 stars 14 forks source link

Remove npm from container deps #260

Closed abaiken closed 4 years ago

abaiken commented 4 years ago

Feature description:

We are installing npm packages and hitting the NPMJS registry directly upon deployments. We should just remove this to comply with the effort within Red Hat to reduce usage of the NPMJS registry.

Is your feature request related to a problem?

We are hitting the external NPMJS registry and we should either change to using the internal registry or we should just remove our NPM packages. See http://post-office.corp.redhat.com/archives/prod-dept/2019-September/msg00000.html for more info.

Describe the solution you'd like

Either change yupana deployments to hit the internal registry or remove NPM package installs and things that require npm (apidoc).


Acceptance Criteria: