Commit f5b05e2
authored
revert: [NPM] [v1.5] Remove hostUsers Configuration (#3614)
* fix: [NPM] Reduce/Refactor Noisy NPM Logs (#3468)
* removed all logs from npm dataplane (except error/warning logs)
* removed all logs from npm controller (except error/warning logs)
* restored logs that are ununused by current npm (v2)
* removed test files
* resolved comments
* keep log related to reconciling chain placement when the chain is not in the right place
* added bootup logs back
* Removed two more noisy logs
* Add loglevel config option when printing application insight logs
* Updated all non-error/warning logs to commented out and with a vap TODO
* fixed typo
* small typo fix
* updated configmap with loglevel
* updated default value
* added a default value for loglevel
* fixed typo in json
* removed comma
* changed loglevel to info in configmap
* add a short sleep in TestNetPolInBackgroundSkipAddAfterRemove
* test remove dataplane changes to see if race condition fixes
* Revert "test remove dataplane changes to see if race condition fixes"
This reverts commit 08697eb.
* test
* Revert "test"
This reverts commit 449c2af.
* test
* update dataplane to test if changes are flagged in race
* added stop channels to unit tests to avoid race condtiions
* add non noisy logs back
* increased time
* revert time change after RunPeriodicTasks
* test with 1000 seconds
* 5000 milliseconds
* tweaked the delay
* update to 1500 for defer
* increased to 1500
* increase to 2000
* removed kubernetes
* removed hostusers misconfigruation
* added service tag to public ip to comply with SFI rules
* changed name so that its a unique public ip1 parent b63766f commit f5b05e2
File tree
3 files changed
+41
-5
lines changed- .pipelines/npm
- npm
3 files changed
+41
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
138 | 156 | | |
139 | 157 | | |
140 | 158 | | |
| |||
148 | 166 | | |
149 | 167 | | |
150 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
151 | 172 | | |
152 | 173 | | |
153 | 174 | | |
| |||
164 | 185 | | |
165 | 186 | | |
166 | 187 | | |
167 | | - | |
| 188 | + | |
| 189 | + | |
168 | 190 | | |
169 | 191 | | |
170 | 192 | | |
| |||
211 | 233 | | |
212 | 234 | | |
213 | 235 | | |
214 | | - | |
| 236 | + | |
| 237 | + | |
215 | 238 | | |
216 | 239 | | |
217 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
144 | 157 | | |
145 | 158 | | |
146 | 159 | | |
| |||
154 | 167 | | |
155 | 168 | | |
156 | 169 | | |
157 | | - | |
| 170 | + | |
| 171 | + | |
158 | 172 | | |
159 | 173 | | |
160 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
0 commit comments