oc_adm_manage_node.py 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import time
  38. import os
  39. import re
  40. import shutil
  41. import subprocess
  42. import tempfile
  43. # pylint: disable=import-error
  44. try:
  45. import ruamel.yaml as yaml
  46. except ImportError:
  47. import yaml
  48. from ansible.module_utils.basic import AnsibleModule
  49. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  50. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  51. DOCUMENTATION = '''
  52. ---
  53. module: oc_adm_manage_node
  54. short_description: Module to manage openshift nodes
  55. description:
  56. - Manage openshift nodes programmatically.
  57. options:
  58. kubeconfig:
  59. description:
  60. - The path for the kubeconfig file to use for authentication
  61. required: false
  62. default: /etc/origin/master/admin.kubeconfig
  63. aliases: []
  64. debug:
  65. description:
  66. - Turn on debug output.
  67. required: false
  68. default: False
  69. aliases: []
  70. node:
  71. description:
  72. - A list of the nodes being managed
  73. required: false
  74. default: None
  75. aliases: []
  76. selector:
  77. description:
  78. - The selector when filtering on node labels
  79. required: false
  80. default: None
  81. aliases: []
  82. pod_selector:
  83. description:
  84. - A selector when filtering on pod labels.
  85. required: false
  86. default: None
  87. aliases: []
  88. evacuate:
  89. description:
  90. - Remove all pods from a node.
  91. required: false
  92. default: False
  93. aliases: []
  94. schedulable:
  95. description:
  96. - whether or not openshift can schedule pods on this node
  97. required: False
  98. default: None
  99. aliases: []
  100. dry_run:
  101. description:
  102. - This shows the pods that would be migrated if evacuate were called
  103. required: False
  104. default: False
  105. aliases: []
  106. grace_period:
  107. description:
  108. - Grace period (seconds) for pods being deleted.
  109. required: false
  110. default: None
  111. aliases: []
  112. force:
  113. description:
  114. - Whether or not to attempt to force this action in openshift
  115. required: false
  116. default: None
  117. aliases: []
  118. author:
  119. - "Kenny Woodson <kwoodson@redhat.com>"
  120. extends_documentation_fragment: []
  121. '''
  122. EXAMPLES = '''
  123. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  124. oc_adm_manage_node:
  125. selector: ops_node=new
  126. schedulable: True
  127. register: schedout
  128. - name: oadm manage-node my-k8s-node-5 --evacuate
  129. oc_adm_manage_node:
  130. node: my-k8s-node-5
  131. evacuate: True
  132. force: True
  133. '''
  134. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  135. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  136. class YeditException(Exception): # pragma: no cover
  137. ''' Exception class for Yedit '''
  138. pass
  139. # pylint: disable=too-many-public-methods,too-many-instance-attributes
  140. class Yedit(object): # pragma: no cover
  141. ''' Class to modify yaml files '''
  142. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  143. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  144. com_sep = set(['.', '#', '|', ':'])
  145. # pylint: disable=too-many-arguments
  146. def __init__(self,
  147. filename=None,
  148. content=None,
  149. content_type='yaml',
  150. separator='.',
  151. backup_ext=None,
  152. backup=False):
  153. self.content = content
  154. self._separator = separator
  155. self.filename = filename
  156. self.__yaml_dict = content
  157. self.content_type = content_type
  158. self.backup = backup
  159. if backup_ext is None:
  160. self.backup_ext = ".{}".format(time.strftime("%Y%m%dT%H%M%S"))
  161. else:
  162. self.backup_ext = backup_ext
  163. self.load(content_type=self.content_type)
  164. if self.__yaml_dict is None:
  165. self.__yaml_dict = {}
  166. @property
  167. def separator(self):
  168. ''' getter method for separator '''
  169. return self._separator
  170. @separator.setter
  171. def separator(self, inc_sep):
  172. ''' setter method for separator '''
  173. self._separator = inc_sep
  174. @property
  175. def yaml_dict(self):
  176. ''' getter method for yaml_dict '''
  177. return self.__yaml_dict
  178. @yaml_dict.setter
  179. def yaml_dict(self, value):
  180. ''' setter method for yaml_dict '''
  181. self.__yaml_dict = value
  182. @staticmethod
  183. def parse_key(key, sep='.'):
  184. '''parse the key allowing the appropriate separator'''
  185. common_separators = list(Yedit.com_sep - set([sep]))
  186. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  187. @staticmethod
  188. def valid_key(key, sep='.'):
  189. '''validate the incoming key'''
  190. common_separators = list(Yedit.com_sep - set([sep]))
  191. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  192. return False
  193. return True
  194. # pylint: disable=too-many-return-statements,too-many-branches
  195. @staticmethod
  196. def remove_entry(data, key, index=None, value=None, sep='.'):
  197. ''' remove data at location key '''
  198. if key == '' and isinstance(data, dict):
  199. if value is not None:
  200. data.pop(value)
  201. elif index is not None:
  202. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  203. else:
  204. data.clear()
  205. return True
  206. elif key == '' and isinstance(data, list):
  207. ind = None
  208. if value is not None:
  209. try:
  210. ind = data.index(value)
  211. except ValueError:
  212. return False
  213. elif index is not None:
  214. ind = index
  215. else:
  216. del data[:]
  217. if ind is not None:
  218. data.pop(ind)
  219. return True
  220. if not (key and Yedit.valid_key(key, sep)) and \
  221. isinstance(data, (list, dict)):
  222. return None
  223. key_indexes = Yedit.parse_key(key, sep)
  224. for arr_ind, dict_key in key_indexes[:-1]:
  225. if dict_key and isinstance(data, dict):
  226. data = data.get(dict_key)
  227. elif (arr_ind and isinstance(data, list) and
  228. int(arr_ind) <= len(data) - 1):
  229. data = data[int(arr_ind)]
  230. else:
  231. return None
  232. # process last index for remove
  233. # expected list entry
  234. if key_indexes[-1][0]:
  235. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  236. del data[int(key_indexes[-1][0])]
  237. return True
  238. # expected dict entry
  239. elif key_indexes[-1][1]:
  240. if isinstance(data, dict):
  241. del data[key_indexes[-1][1]]
  242. return True
  243. @staticmethod
  244. def add_entry(data, key, item=None, sep='.'):
  245. ''' Get an item from a dictionary with key notation a.b.c
  246. d = {'a': {'b': 'c'}}}
  247. key = a#b
  248. return c
  249. '''
  250. if key == '':
  251. pass
  252. elif (not (key and Yedit.valid_key(key, sep)) and
  253. isinstance(data, (list, dict))):
  254. return None
  255. key_indexes = Yedit.parse_key(key, sep)
  256. for arr_ind, dict_key in key_indexes[:-1]:
  257. if dict_key:
  258. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  259. data = data[dict_key]
  260. continue
  261. elif data and not isinstance(data, dict):
  262. raise YeditException("Unexpected item type found while going through key " +
  263. "path: {} (at key: {})".format(key, dict_key))
  264. data[dict_key] = {}
  265. data = data[dict_key]
  266. elif (arr_ind and isinstance(data, list) and
  267. int(arr_ind) <= len(data) - 1):
  268. data = data[int(arr_ind)]
  269. else:
  270. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  271. if key == '':
  272. data = item
  273. # process last index for add
  274. # expected list entry
  275. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  276. data[int(key_indexes[-1][0])] = item
  277. # expected dict entry
  278. elif key_indexes[-1][1] and isinstance(data, dict):
  279. data[key_indexes[-1][1]] = item
  280. # didn't add/update to an existing list, nor add/update key to a dict
  281. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  282. # non-existent array
  283. else:
  284. raise YeditException("Error adding to object at path: {}".format(key))
  285. return data
  286. @staticmethod
  287. def get_entry(data, key, sep='.'):
  288. ''' Get an item from a dictionary with key notation a.b.c
  289. d = {'a': {'b': 'c'}}}
  290. key = a.b
  291. return c
  292. '''
  293. if key == '':
  294. pass
  295. elif (not (key and Yedit.valid_key(key, sep)) and
  296. isinstance(data, (list, dict))):
  297. return None
  298. key_indexes = Yedit.parse_key(key, sep)
  299. for arr_ind, dict_key in key_indexes:
  300. if dict_key and isinstance(data, dict):
  301. data = data.get(dict_key)
  302. elif (arr_ind and isinstance(data, list) and
  303. int(arr_ind) <= len(data) - 1):
  304. data = data[int(arr_ind)]
  305. else:
  306. return None
  307. return data
  308. @staticmethod
  309. def _write(filename, contents):
  310. ''' Actually write the file contents to disk. This helps with mocking. '''
  311. tmp_filename = filename + '.yedit'
  312. with open(tmp_filename, 'w') as yfd:
  313. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  314. yfd.write(contents)
  315. fcntl.flock(yfd, fcntl.LOCK_UN)
  316. os.rename(tmp_filename, filename)
  317. def write(self):
  318. ''' write to file '''
  319. if not self.filename:
  320. raise YeditException('Please specify a filename.')
  321. if self.backup and self.file_exists():
  322. shutil.copy(self.filename, '{}{}'.format(self.filename, self.backup_ext))
  323. # Try to set format attributes if supported
  324. try:
  325. self.yaml_dict.fa.set_block_style()
  326. except AttributeError:
  327. pass
  328. # Try to use RoundTripDumper if supported.
  329. if self.content_type == 'yaml':
  330. try:
  331. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  332. except AttributeError:
  333. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  334. elif self.content_type == 'json':
  335. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  336. else:
  337. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  338. 'Please specify a content_type of yaml or json.')
  339. return (True, self.yaml_dict)
  340. def read(self):
  341. ''' read from file '''
  342. # check if it exists
  343. if self.filename is None or not self.file_exists():
  344. return None
  345. contents = None
  346. with open(self.filename) as yfd:
  347. contents = yfd.read()
  348. return contents
  349. def file_exists(self):
  350. ''' return whether file exists '''
  351. if os.path.exists(self.filename):
  352. return True
  353. return False
  354. def load(self, content_type='yaml'):
  355. ''' return yaml file '''
  356. contents = self.read()
  357. if not contents and not self.content:
  358. return None
  359. if self.content:
  360. if isinstance(self.content, dict):
  361. self.yaml_dict = self.content
  362. return self.yaml_dict
  363. elif isinstance(self.content, str):
  364. contents = self.content
  365. # check if it is yaml
  366. try:
  367. if content_type == 'yaml' and contents:
  368. # Try to set format attributes if supported
  369. try:
  370. self.yaml_dict.fa.set_block_style()
  371. except AttributeError:
  372. pass
  373. # Try to use RoundTripLoader if supported.
  374. try:
  375. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  376. except AttributeError:
  377. self.yaml_dict = yaml.safe_load(contents)
  378. # Try to set format attributes if supported
  379. try:
  380. self.yaml_dict.fa.set_block_style()
  381. except AttributeError:
  382. pass
  383. elif content_type == 'json' and contents:
  384. self.yaml_dict = json.loads(contents)
  385. except yaml.YAMLError as err:
  386. # Error loading yaml or json
  387. raise YeditException('Problem with loading yaml file. {}'.format(err))
  388. return self.yaml_dict
  389. def get(self, key):
  390. ''' get a specified key'''
  391. try:
  392. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  393. except KeyError:
  394. entry = None
  395. return entry
  396. def pop(self, path, key_or_item):
  397. ''' remove a key, value pair from a dict or an item for a list'''
  398. try:
  399. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  400. except KeyError:
  401. entry = None
  402. if entry is None:
  403. return (False, self.yaml_dict)
  404. if isinstance(entry, dict):
  405. # AUDIT:maybe-no-member makes sense due to fuzzy types
  406. # pylint: disable=maybe-no-member
  407. if key_or_item in entry:
  408. entry.pop(key_or_item)
  409. return (True, self.yaml_dict)
  410. return (False, self.yaml_dict)
  411. elif isinstance(entry, list):
  412. # AUDIT:maybe-no-member makes sense due to fuzzy types
  413. # pylint: disable=maybe-no-member
  414. ind = None
  415. try:
  416. ind = entry.index(key_or_item)
  417. except ValueError:
  418. return (False, self.yaml_dict)
  419. entry.pop(ind)
  420. return (True, self.yaml_dict)
  421. return (False, self.yaml_dict)
  422. def delete(self, path, index=None, value=None):
  423. ''' remove path from a dict'''
  424. try:
  425. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  426. except KeyError:
  427. entry = None
  428. if entry is None:
  429. return (False, self.yaml_dict)
  430. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  431. if not result:
  432. return (False, self.yaml_dict)
  433. return (True, self.yaml_dict)
  434. def exists(self, path, value):
  435. ''' check if value exists at path'''
  436. try:
  437. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  438. except KeyError:
  439. entry = None
  440. if isinstance(entry, list):
  441. if value in entry:
  442. return True
  443. return False
  444. elif isinstance(entry, dict):
  445. if isinstance(value, dict):
  446. rval = False
  447. for key, val in value.items():
  448. if entry[key] != val:
  449. rval = False
  450. break
  451. else:
  452. rval = True
  453. return rval
  454. return value in entry
  455. return entry == value
  456. def append(self, path, value):
  457. '''append value to a list'''
  458. try:
  459. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  460. except KeyError:
  461. entry = None
  462. if entry is None:
  463. self.put(path, [])
  464. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  465. if not isinstance(entry, list):
  466. return (False, self.yaml_dict)
  467. # AUDIT:maybe-no-member makes sense due to loading data from
  468. # a serialized format.
  469. # pylint: disable=maybe-no-member
  470. entry.append(value)
  471. return (True, self.yaml_dict)
  472. # pylint: disable=too-many-arguments
  473. def update(self, path, value, index=None, curr_value=None):
  474. ''' put path, value into a dict '''
  475. try:
  476. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  477. except KeyError:
  478. entry = None
  479. if isinstance(entry, dict):
  480. # AUDIT:maybe-no-member makes sense due to fuzzy types
  481. # pylint: disable=maybe-no-member
  482. if not isinstance(value, dict):
  483. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  484. 'value=[{}] type=[{}]'.format(value, type(value)))
  485. entry.update(value)
  486. return (True, self.yaml_dict)
  487. elif isinstance(entry, list):
  488. # AUDIT:maybe-no-member makes sense due to fuzzy types
  489. # pylint: disable=maybe-no-member
  490. ind = None
  491. if curr_value:
  492. try:
  493. ind = entry.index(curr_value)
  494. except ValueError:
  495. return (False, self.yaml_dict)
  496. elif index is not None:
  497. ind = index
  498. if ind is not None and entry[ind] != value:
  499. entry[ind] = value
  500. return (True, self.yaml_dict)
  501. # see if it exists in the list
  502. try:
  503. ind = entry.index(value)
  504. except ValueError:
  505. # doesn't exist, append it
  506. entry.append(value)
  507. return (True, self.yaml_dict)
  508. # already exists, return
  509. if ind is not None:
  510. return (False, self.yaml_dict)
  511. return (False, self.yaml_dict)
  512. def put(self, path, value):
  513. ''' put path, value into a dict '''
  514. try:
  515. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  516. except KeyError:
  517. entry = None
  518. if entry == value:
  519. return (False, self.yaml_dict)
  520. # deepcopy didn't work
  521. # Try to use ruamel.yaml and fallback to pyyaml
  522. try:
  523. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  524. default_flow_style=False),
  525. yaml.RoundTripLoader)
  526. except AttributeError:
  527. tmp_copy = copy.deepcopy(self.yaml_dict)
  528. # set the format attributes if available
  529. try:
  530. tmp_copy.fa.set_block_style()
  531. except AttributeError:
  532. pass
  533. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  534. if result is None:
  535. return (False, self.yaml_dict)
  536. # When path equals "" it is a special case.
  537. # "" refers to the root of the document
  538. # Only update the root path (entire document) when its a list or dict
  539. if path == '':
  540. if isinstance(result, list) or isinstance(result, dict):
  541. self.yaml_dict = result
  542. return (True, self.yaml_dict)
  543. return (False, self.yaml_dict)
  544. self.yaml_dict = tmp_copy
  545. return (True, self.yaml_dict)
  546. def create(self, path, value):
  547. ''' create a yaml file '''
  548. if not self.file_exists():
  549. # deepcopy didn't work
  550. # Try to use ruamel.yaml and fallback to pyyaml
  551. try:
  552. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  553. default_flow_style=False),
  554. yaml.RoundTripLoader)
  555. except AttributeError:
  556. tmp_copy = copy.deepcopy(self.yaml_dict)
  557. # set the format attributes if available
  558. try:
  559. tmp_copy.fa.set_block_style()
  560. except AttributeError:
  561. pass
  562. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  563. if result is not None:
  564. self.yaml_dict = tmp_copy
  565. return (True, self.yaml_dict)
  566. return (False, self.yaml_dict)
  567. @staticmethod
  568. def get_curr_value(invalue, val_type):
  569. '''return the current value'''
  570. if invalue is None:
  571. return None
  572. curr_value = invalue
  573. if val_type == 'yaml':
  574. curr_value = yaml.safe_load(str(invalue))
  575. elif val_type == 'json':
  576. curr_value = json.loads(invalue)
  577. return curr_value
  578. @staticmethod
  579. def parse_value(inc_value, vtype=''):
  580. '''determine value type passed'''
  581. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  582. 'on', 'On', 'ON', ]
  583. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  584. 'off', 'Off', 'OFF']
  585. # It came in as a string but you didn't specify value_type as string
  586. # we will convert to bool if it matches any of the above cases
  587. if isinstance(inc_value, str) and 'bool' in vtype:
  588. if inc_value not in true_bools and inc_value not in false_bools:
  589. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  590. elif isinstance(inc_value, bool) and 'str' in vtype:
  591. inc_value = str(inc_value)
  592. # There is a special case where '' will turn into None after yaml loading it so skip
  593. if isinstance(inc_value, str) and inc_value == '':
  594. pass
  595. # If vtype is not str then go ahead and attempt to yaml load it.
  596. elif isinstance(inc_value, str) and 'str' not in vtype:
  597. try:
  598. inc_value = yaml.safe_load(inc_value)
  599. except Exception:
  600. raise YeditException('Could not determine type of incoming value. ' +
  601. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  602. return inc_value
  603. @staticmethod
  604. def process_edits(edits, yamlfile):
  605. '''run through a list of edits and process them one-by-one'''
  606. results = []
  607. for edit in edits:
  608. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  609. if edit.get('action') == 'update':
  610. # pylint: disable=line-too-long
  611. curr_value = Yedit.get_curr_value(
  612. Yedit.parse_value(edit.get('curr_value')),
  613. edit.get('curr_value_format'))
  614. rval = yamlfile.update(edit['key'],
  615. value,
  616. edit.get('index'),
  617. curr_value)
  618. elif edit.get('action') == 'append':
  619. rval = yamlfile.append(edit['key'], value)
  620. else:
  621. rval = yamlfile.put(edit['key'], value)
  622. if rval[0]:
  623. results.append({'key': edit['key'], 'edit': rval[1]})
  624. return {'changed': len(results) > 0, 'results': results}
  625. # pylint: disable=too-many-return-statements,too-many-branches
  626. @staticmethod
  627. def run_ansible(params):
  628. '''perform the idempotent crud operations'''
  629. yamlfile = Yedit(filename=params['src'],
  630. backup=params['backup'],
  631. content_type=params['content_type'],
  632. backup_ext=params['backup_ext'],
  633. separator=params['separator'])
  634. state = params['state']
  635. if params['src']:
  636. rval = yamlfile.load()
  637. if yamlfile.yaml_dict is None and state != 'present':
  638. return {'failed': True,
  639. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  640. 'file exists, that it is has correct permissions, and is valid yaml.'}
  641. if state == 'list':
  642. if params['content']:
  643. content = Yedit.parse_value(params['content'], params['content_type'])
  644. yamlfile.yaml_dict = content
  645. if params['key']:
  646. rval = yamlfile.get(params['key'])
  647. return {'changed': False, 'result': rval, 'state': state}
  648. elif state == 'absent':
  649. if params['content']:
  650. content = Yedit.parse_value(params['content'], params['content_type'])
  651. yamlfile.yaml_dict = content
  652. if params['update']:
  653. rval = yamlfile.pop(params['key'], params['value'])
  654. else:
  655. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  656. if rval[0] and params['src']:
  657. yamlfile.write()
  658. return {'changed': rval[0], 'result': rval[1], 'state': state}
  659. elif state == 'present':
  660. # check if content is different than what is in the file
  661. if params['content']:
  662. content = Yedit.parse_value(params['content'], params['content_type'])
  663. # We had no edits to make and the contents are the same
  664. if yamlfile.yaml_dict == content and \
  665. params['value'] is None:
  666. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  667. yamlfile.yaml_dict = content
  668. # If we were passed a key, value then
  669. # we enapsulate it in a list and process it
  670. # Key, Value passed to the module : Converted to Edits list #
  671. edits = []
  672. _edit = {}
  673. if params['value'] is not None:
  674. _edit['value'] = params['value']
  675. _edit['value_type'] = params['value_type']
  676. _edit['key'] = params['key']
  677. if params['update']:
  678. _edit['action'] = 'update'
  679. _edit['curr_value'] = params['curr_value']
  680. _edit['curr_value_format'] = params['curr_value_format']
  681. _edit['index'] = params['index']
  682. elif params['append']:
  683. _edit['action'] = 'append'
  684. edits.append(_edit)
  685. elif params['edits'] is not None:
  686. edits = params['edits']
  687. if edits:
  688. results = Yedit.process_edits(edits, yamlfile)
  689. # if there were changes and a src provided to us we need to write
  690. if results['changed'] and params['src']:
  691. yamlfile.write()
  692. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  693. # no edits to make
  694. if params['src']:
  695. # pylint: disable=redefined-variable-type
  696. rval = yamlfile.write()
  697. return {'changed': rval[0],
  698. 'result': rval[1],
  699. 'state': state}
  700. # We were passed content but no src, key or value, or edits. Return contents in memory
  701. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  702. return {'failed': True, 'msg': 'Unkown state passed'}
  703. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  704. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  705. # pylint: disable=too-many-lines
  706. # noqa: E301,E302,E303,T001
  707. class OpenShiftCLIError(Exception):
  708. '''Exception class for openshiftcli'''
  709. pass
  710. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  711. def locate_oc_binary():
  712. ''' Find and return oc binary file '''
  713. # https://github.com/openshift/openshift-ansible/issues/3410
  714. # oc can be in /usr/local/bin in some cases, but that may not
  715. # be in $PATH due to ansible/sudo
  716. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  717. oc_binary = 'oc'
  718. # Use shutil.which if it is available, otherwise fallback to a naive path search
  719. try:
  720. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  721. if which_result is not None:
  722. oc_binary = which_result
  723. except AttributeError:
  724. for path in paths:
  725. if os.path.exists(os.path.join(path, oc_binary)):
  726. oc_binary = os.path.join(path, oc_binary)
  727. break
  728. return oc_binary
  729. # pylint: disable=too-few-public-methods
  730. class OpenShiftCLI(object):
  731. ''' Class to wrap the command line tools '''
  732. def __init__(self,
  733. namespace,
  734. kubeconfig='/etc/origin/master/admin.kubeconfig',
  735. verbose=False,
  736. all_namespaces=False):
  737. ''' Constructor for OpenshiftCLI '''
  738. self.namespace = namespace
  739. self.verbose = verbose
  740. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  741. self.all_namespaces = all_namespaces
  742. self.oc_binary = locate_oc_binary()
  743. # Pylint allows only 5 arguments to be passed.
  744. # pylint: disable=too-many-arguments
  745. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  746. ''' replace the current object with the content '''
  747. res = self._get(resource, rname)
  748. if not res['results']:
  749. return res
  750. fname = Utils.create_tmpfile(rname + '-')
  751. yed = Yedit(fname, res['results'][0], separator=sep)
  752. updated = False
  753. if content is not None:
  754. changes = []
  755. for key, value in content.items():
  756. changes.append(yed.put(key, value))
  757. if any([change[0] for change in changes]):
  758. updated = True
  759. elif edits is not None:
  760. results = Yedit.process_edits(edits, yed)
  761. if results['changed']:
  762. updated = True
  763. if updated:
  764. yed.write()
  765. atexit.register(Utils.cleanup, [fname])
  766. return self._replace(fname, force)
  767. return {'returncode': 0, 'updated': False}
  768. def _replace(self, fname, force=False):
  769. '''replace the current object with oc replace'''
  770. # We are removing the 'resourceVersion' to handle
  771. # a race condition when modifying oc objects
  772. yed = Yedit(fname)
  773. results = yed.delete('metadata.resourceVersion')
  774. if results[0]:
  775. yed.write()
  776. cmd = ['replace', '-f', fname]
  777. if force:
  778. cmd.append('--force')
  779. return self.openshift_cmd(cmd)
  780. def _create_from_content(self, rname, content):
  781. '''create a temporary file and then call oc create on it'''
  782. fname = Utils.create_tmpfile(rname + '-')
  783. yed = Yedit(fname, content=content)
  784. yed.write()
  785. atexit.register(Utils.cleanup, [fname])
  786. return self._create(fname)
  787. def _create(self, fname):
  788. '''call oc create on a filename'''
  789. return self.openshift_cmd(['create', '-f', fname])
  790. def _delete(self, resource, name=None, selector=None):
  791. '''call oc delete on a resource'''
  792. cmd = ['delete', resource]
  793. if selector is not None:
  794. cmd.append('--selector={}'.format(selector))
  795. elif name is not None:
  796. cmd.append(name)
  797. else:
  798. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  799. return self.openshift_cmd(cmd)
  800. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  801. '''process a template
  802. template_name: the name of the template to process
  803. create: whether to send to oc create after processing
  804. params: the parameters for the template
  805. template_data: the incoming template's data; instead of a file
  806. '''
  807. cmd = ['process']
  808. if template_data:
  809. cmd.extend(['-f', '-'])
  810. else:
  811. cmd.append(template_name)
  812. if params:
  813. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  814. cmd.append('-p')
  815. cmd.extend(param_str)
  816. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  817. if results['returncode'] != 0 or not create:
  818. return results
  819. fname = Utils.create_tmpfile(template_name + '-')
  820. yed = Yedit(fname, results['results'])
  821. yed.write()
  822. atexit.register(Utils.cleanup, [fname])
  823. return self.openshift_cmd(['create', '-f', fname])
  824. def _get(self, resource, name=None, selector=None, field_selector=None):
  825. '''return a resource by name '''
  826. cmd = ['get', resource]
  827. if selector is not None:
  828. cmd.append('--selector={}'.format(selector))
  829. if field_selector is not None:
  830. cmd.append('--field-selector={}'.format(field_selector))
  831. # Name cannot be used with selector or field_selector.
  832. if selector is None and field_selector is None and name is not None:
  833. cmd.append(name)
  834. cmd.extend(['-o', 'json'])
  835. rval = self.openshift_cmd(cmd, output=True)
  836. # Ensure results are retuned in an array
  837. if 'items' in rval:
  838. rval['results'] = rval['items']
  839. elif not isinstance(rval['results'], list):
  840. rval['results'] = [rval['results']]
  841. return rval
  842. def _schedulable(self, node=None, selector=None, schedulable=True):
  843. ''' perform oadm manage-node scheduable '''
  844. cmd = ['manage-node']
  845. if node:
  846. cmd.extend(node)
  847. else:
  848. cmd.append('--selector={}'.format(selector))
  849. cmd.append('--schedulable={}'.format(schedulable))
  850. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  851. def _list_pods(self, node=None, selector=None, pod_selector=None):
  852. ''' perform oadm list pods
  853. node: the node in which to list pods
  854. selector: the label selector filter if provided
  855. pod_selector: the pod selector filter if provided
  856. '''
  857. cmd = ['manage-node']
  858. if node:
  859. cmd.extend(node)
  860. else:
  861. cmd.append('--selector={}'.format(selector))
  862. if pod_selector:
  863. cmd.append('--pod-selector={}'.format(pod_selector))
  864. cmd.extend(['--list-pods', '-o', 'json'])
  865. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  866. # pylint: disable=too-many-arguments
  867. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  868. ''' perform oadm manage-node evacuate '''
  869. cmd = ['manage-node']
  870. if node:
  871. cmd.extend(node)
  872. else:
  873. cmd.append('--selector={}'.format(selector))
  874. if dry_run:
  875. cmd.append('--dry-run')
  876. if pod_selector:
  877. cmd.append('--pod-selector={}'.format(pod_selector))
  878. if grace_period:
  879. cmd.append('--grace-period={}'.format(int(grace_period)))
  880. if force:
  881. cmd.append('--force')
  882. cmd.append('--evacuate')
  883. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  884. def _version(self):
  885. ''' return the openshift version'''
  886. return self.openshift_cmd(['version'], output=True, output_type='raw')
  887. def _import_image(self, url=None, name=None, tag=None):
  888. ''' perform image import '''
  889. cmd = ['import-image']
  890. image = '{0}'.format(name)
  891. if tag:
  892. image += ':{0}'.format(tag)
  893. cmd.append(image)
  894. if url:
  895. cmd.append('--from={0}/{1}'.format(url, image))
  896. cmd.append('-n{0}'.format(self.namespace))
  897. cmd.append('--confirm')
  898. return self.openshift_cmd(cmd)
  899. def _run(self, cmds, input_data):
  900. ''' Actually executes the command. This makes mocking easier. '''
  901. curr_env = os.environ.copy()
  902. curr_env.update({'KUBECONFIG': self.kubeconfig})
  903. proc = subprocess.Popen(cmds,
  904. stdin=subprocess.PIPE,
  905. stdout=subprocess.PIPE,
  906. stderr=subprocess.PIPE,
  907. env=curr_env)
  908. stdout, stderr = proc.communicate(input_data)
  909. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  910. # pylint: disable=too-many-arguments,too-many-branches
  911. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  912. '''Base command for oc '''
  913. cmds = [self.oc_binary]
  914. if oadm:
  915. cmds.append('adm')
  916. cmds.extend(cmd)
  917. if self.all_namespaces:
  918. cmds.extend(['--all-namespaces'])
  919. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  920. cmds.extend(['-n', self.namespace])
  921. if self.verbose:
  922. print(' '.join(cmds))
  923. try:
  924. returncode, stdout, stderr = self._run(cmds, input_data)
  925. except OSError as ex:
  926. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  927. rval = {"returncode": returncode,
  928. "cmd": ' '.join(cmds)}
  929. if output_type == 'json':
  930. rval['results'] = {}
  931. if output and stdout:
  932. try:
  933. rval['results'] = json.loads(stdout)
  934. except ValueError as verr:
  935. if "No JSON object could be decoded" in verr.args:
  936. rval['err'] = verr.args
  937. elif output_type == 'raw':
  938. rval['results'] = stdout if output else ''
  939. if self.verbose:
  940. print("STDOUT: {0}".format(stdout))
  941. print("STDERR: {0}".format(stderr))
  942. if 'err' in rval or returncode != 0:
  943. rval.update({"stderr": stderr,
  944. "stdout": stdout})
  945. return rval
  946. class Utils(object): # pragma: no cover
  947. ''' utilities for openshiftcli modules '''
  948. @staticmethod
  949. def _write(filename, contents):
  950. ''' Actually write the file contents to disk. This helps with mocking. '''
  951. with open(filename, 'w') as sfd:
  952. sfd.write(str(contents))
  953. @staticmethod
  954. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  955. ''' create a file in tmp with name and contents'''
  956. tmp = Utils.create_tmpfile(prefix=rname)
  957. if ftype == 'yaml':
  958. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  959. # pylint: disable=no-member
  960. if hasattr(yaml, 'RoundTripDumper'):
  961. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  962. else:
  963. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  964. elif ftype == 'json':
  965. Utils._write(tmp, json.dumps(data))
  966. else:
  967. Utils._write(tmp, data)
  968. # Register cleanup when module is done
  969. atexit.register(Utils.cleanup, [tmp])
  970. return tmp
  971. @staticmethod
  972. def create_tmpfile_copy(inc_file):
  973. '''create a temporary copy of a file'''
  974. tmpfile = Utils.create_tmpfile('lib_openshift-')
  975. Utils._write(tmpfile, open(inc_file).read())
  976. # Cleanup the tmpfile
  977. atexit.register(Utils.cleanup, [tmpfile])
  978. return tmpfile
  979. @staticmethod
  980. def create_tmpfile(prefix='tmp'):
  981. ''' Generates and returns a temporary file name '''
  982. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  983. return tmp.name
  984. @staticmethod
  985. def create_tmp_files_from_contents(content, content_type=None):
  986. '''Turn an array of dict: filename, content into a files array'''
  987. if not isinstance(content, list):
  988. content = [content]
  989. files = []
  990. for item in content:
  991. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  992. item['data'],
  993. ftype=content_type)
  994. files.append({'name': os.path.basename(item['path']),
  995. 'path': path})
  996. return files
  997. @staticmethod
  998. def cleanup(files):
  999. '''Clean up on exit '''
  1000. for sfile in files:
  1001. if os.path.exists(sfile):
  1002. if os.path.isdir(sfile):
  1003. shutil.rmtree(sfile)
  1004. elif os.path.isfile(sfile):
  1005. os.remove(sfile)
  1006. @staticmethod
  1007. def exists(results, _name):
  1008. ''' Check to see if the results include the name '''
  1009. if not results:
  1010. return False
  1011. if Utils.find_result(results, _name):
  1012. return True
  1013. return False
  1014. @staticmethod
  1015. def find_result(results, _name):
  1016. ''' Find the specified result by name'''
  1017. rval = None
  1018. for result in results:
  1019. if 'metadata' in result and result['metadata']['name'] == _name:
  1020. rval = result
  1021. break
  1022. return rval
  1023. @staticmethod
  1024. def get_resource_file(sfile, sfile_type='yaml'):
  1025. ''' return the service file '''
  1026. contents = None
  1027. with open(sfile) as sfd:
  1028. contents = sfd.read()
  1029. if sfile_type == 'yaml':
  1030. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1031. # pylint: disable=no-member
  1032. if hasattr(yaml, 'RoundTripLoader'):
  1033. contents = yaml.load(contents, yaml.RoundTripLoader)
  1034. else:
  1035. contents = yaml.safe_load(contents)
  1036. elif sfile_type == 'json':
  1037. contents = json.loads(contents)
  1038. return contents
  1039. @staticmethod
  1040. def filter_versions(stdout):
  1041. ''' filter the oc version output '''
  1042. version_dict = {}
  1043. version_search = ['oc', 'openshift', 'kubernetes']
  1044. for line in stdout.strip().split('\n'):
  1045. for term in version_search:
  1046. if not line:
  1047. continue
  1048. if line.startswith(term):
  1049. version_dict[term] = line.split()[-1]
  1050. # horrible hack to get openshift version in Openshift 3.2
  1051. # By default "oc version in 3.2 does not return an "openshift" version
  1052. if "openshift" not in version_dict:
  1053. version_dict["openshift"] = version_dict["oc"]
  1054. return version_dict
  1055. @staticmethod
  1056. def add_custom_versions(versions):
  1057. ''' create custom versions strings '''
  1058. versions_dict = {}
  1059. for tech, version in versions.items():
  1060. # clean up "-" from version
  1061. if "-" in version:
  1062. version = version.split("-")[0]
  1063. if version.startswith('v'):
  1064. version = version[1:] # Remove the 'v' prefix
  1065. versions_dict[tech + '_numeric'] = version.split('+')[0]
  1066. # "3.3.0.33" is what we have, we want "3.3"
  1067. versions_dict[tech + '_short'] = "{}.{}".format(*version.split('.'))
  1068. return versions_dict
  1069. @staticmethod
  1070. def openshift_installed():
  1071. ''' check if openshift is installed '''
  1072. import rpm
  1073. transaction_set = rpm.TransactionSet()
  1074. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1075. return rpmquery.count() > 0
  1076. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1077. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1078. @staticmethod
  1079. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1080. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1081. # Currently these values are autogenerated and we do not need to check them
  1082. skip = ['metadata', 'status']
  1083. if skip_keys:
  1084. skip.extend(skip_keys)
  1085. for key, value in result_def.items():
  1086. if key in skip:
  1087. continue
  1088. # Both are lists
  1089. if isinstance(value, list):
  1090. if key not in user_def:
  1091. if debug:
  1092. print('User data does not have key [%s]' % key)
  1093. print('User data: %s' % user_def)
  1094. return False
  1095. if not isinstance(user_def[key], list):
  1096. if debug:
  1097. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1098. return False
  1099. if len(user_def[key]) != len(value):
  1100. if debug:
  1101. print("List lengths are not equal.")
  1102. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1103. print("user_def: %s" % user_def[key])
  1104. print("value: %s" % value)
  1105. return False
  1106. for values in zip(user_def[key], value):
  1107. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1108. if debug:
  1109. print('sending list - list')
  1110. print(type(values[0]))
  1111. print(type(values[1]))
  1112. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1113. if not result:
  1114. print('list compare returned false')
  1115. return False
  1116. elif value != user_def[key]:
  1117. if debug:
  1118. print('value should be identical')
  1119. print(user_def[key])
  1120. print(value)
  1121. return False
  1122. # recurse on a dictionary
  1123. elif isinstance(value, dict):
  1124. if key not in user_def:
  1125. if debug:
  1126. print("user_def does not have key [%s]" % key)
  1127. return False
  1128. if not isinstance(user_def[key], dict):
  1129. if debug:
  1130. print("dict returned false: not instance of dict")
  1131. return False
  1132. # before passing ensure keys match
  1133. api_values = set(value.keys()) - set(skip)
  1134. user_values = set(user_def[key].keys()) - set(skip)
  1135. if api_values != user_values:
  1136. if debug:
  1137. print("keys are not equal in dict")
  1138. print(user_values)
  1139. print(api_values)
  1140. return False
  1141. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1142. if not result:
  1143. if debug:
  1144. print("dict returned false")
  1145. print(result)
  1146. return False
  1147. # Verify each key, value pair is the same
  1148. else:
  1149. if key not in user_def or value != user_def[key]:
  1150. if debug:
  1151. print("value not equal; user_def does not have key")
  1152. print(key)
  1153. print(value)
  1154. if key in user_def:
  1155. print(user_def[key])
  1156. return False
  1157. if debug:
  1158. print('returning true')
  1159. return True
  1160. class OpenShiftCLIConfig(object):
  1161. '''Generic Config'''
  1162. def __init__(self, rname, namespace, kubeconfig, options):
  1163. self.kubeconfig = kubeconfig
  1164. self.name = rname
  1165. self.namespace = namespace
  1166. self._options = options
  1167. @property
  1168. def config_options(self):
  1169. ''' return config options '''
  1170. return self._options
  1171. def to_option_list(self, ascommalist=''):
  1172. '''return all options as a string
  1173. if ascommalist is set to the name of a key, and
  1174. the value of that key is a dict, format the dict
  1175. as a list of comma delimited key=value pairs'''
  1176. return self.stringify(ascommalist)
  1177. def stringify(self, ascommalist=''):
  1178. ''' return the options hash as cli params in a string
  1179. if ascommalist is set to the name of a key, and
  1180. the value of that key is a dict, format the dict
  1181. as a list of comma delimited key=value pairs '''
  1182. rval = []
  1183. for key in sorted(self.config_options.keys()):
  1184. data = self.config_options[key]
  1185. if data['include'] \
  1186. and (data['value'] is not None or isinstance(data['value'], int)):
  1187. if key == ascommalist:
  1188. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1189. else:
  1190. val = data['value']
  1191. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1192. return rval
  1193. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1194. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1195. class ManageNodeException(Exception):
  1196. ''' manage-node exception class '''
  1197. pass
  1198. class ManageNodeConfig(OpenShiftCLIConfig):
  1199. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1200. def __init__(self, kubeconfig, node_options):
  1201. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1202. # pylint: disable=too-many-instance-attributes
  1203. class ManageNode(OpenShiftCLI):
  1204. ''' Class to wrap the oc command line tools '''
  1205. # pylint allows 5
  1206. # pylint: disable=too-many-arguments
  1207. def __init__(self,
  1208. config,
  1209. verbose=False):
  1210. ''' Constructor for ManageNode '''
  1211. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1212. self.config = config
  1213. def evacuate(self):
  1214. ''' formulate the params and run oadm manage-node '''
  1215. return self._evacuate(node=self.config.config_options['node']['value'],
  1216. selector=self.config.config_options['selector']['value'],
  1217. pod_selector=self.config.config_options['pod_selector']['value'],
  1218. dry_run=self.config.config_options['dry_run']['value'],
  1219. grace_period=self.config.config_options['grace_period']['value'],
  1220. force=self.config.config_options['force']['value'],
  1221. )
  1222. def get_nodes(self, node=None, selector=''):
  1223. '''perform oc get node'''
  1224. _node = None
  1225. _sel = None
  1226. if node:
  1227. _node = node
  1228. if selector:
  1229. _sel = selector
  1230. results = self._get('node', name=_node, selector=_sel)
  1231. if results['returncode'] != 0:
  1232. return results
  1233. nodes = []
  1234. items = None
  1235. if results['results'][0]['kind'] == 'List':
  1236. items = results['results'][0]['items']
  1237. else:
  1238. items = results['results']
  1239. for node in items:
  1240. _node = {}
  1241. _node['name'] = node['metadata']['name']
  1242. _node['schedulable'] = True
  1243. if 'unschedulable' in node['spec']:
  1244. _node['schedulable'] = False
  1245. nodes.append(_node)
  1246. return nodes
  1247. def get_pods_from_node(self, node, pod_selector=None):
  1248. '''return pods for a node'''
  1249. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1250. if results['returncode'] != 0:
  1251. return results
  1252. # When a selector or node is matched it is returned along with the json.
  1253. # We are going to split the results based on the regexp and then
  1254. # load the json for each matching node.
  1255. # Before we return we are going to loop over the results and pull out the node names.
  1256. # {'node': [pod, pod], 'node': [pod, pod]}
  1257. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1258. all_pods = []
  1259. if "Listing matched" in results['results']:
  1260. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1261. pods = listing_match.split(results['results'])
  1262. for pod in pods:
  1263. if pod:
  1264. all_pods.extend(json.loads(pod)['items'])
  1265. # 3.3 specific
  1266. else:
  1267. # this is gross but I filed a bug...
  1268. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1269. # build our own json from the output.
  1270. all_pods = json.loads(results['results'])['items']
  1271. return all_pods
  1272. def list_pods(self):
  1273. ''' run oadm manage-node --list-pods'''
  1274. _nodes = self.config.config_options['node']['value']
  1275. _selector = self.config.config_options['selector']['value']
  1276. _pod_selector = self.config.config_options['pod_selector']['value']
  1277. if not _nodes:
  1278. _nodes = self.get_nodes(selector=_selector)
  1279. else:
  1280. _nodes = [{'name': name} for name in _nodes]
  1281. all_pods = {}
  1282. for node in _nodes:
  1283. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1284. if isinstance(results, dict):
  1285. return results
  1286. all_pods[node['name']] = results
  1287. results = {}
  1288. results['nodes'] = all_pods
  1289. results['returncode'] = 0
  1290. return results
  1291. def schedulable(self):
  1292. '''oadm manage-node call for making nodes unschedulable'''
  1293. nodes = self.config.config_options['node']['value']
  1294. selector = self.config.config_options['selector']['value']
  1295. if not nodes:
  1296. nodes = self.get_nodes(selector=selector)
  1297. else:
  1298. tmp_nodes = []
  1299. for name in nodes:
  1300. tmp_result = self.get_nodes(name)
  1301. if isinstance(tmp_result, dict):
  1302. tmp_nodes.append(tmp_result)
  1303. continue
  1304. tmp_nodes.extend(tmp_result)
  1305. nodes = tmp_nodes
  1306. # This is a short circuit based on the way we fetch nodes.
  1307. # If node is a dict/list then we've already fetched them.
  1308. for node in nodes:
  1309. if isinstance(node, dict) and 'returncode' in node:
  1310. return {'results': nodes, 'returncode': node['returncode']}
  1311. if isinstance(node, list) and 'returncode' in node[0]:
  1312. return {'results': nodes, 'returncode': node[0]['returncode']}
  1313. # check all the nodes that were returned and verify they are:
  1314. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1315. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1316. results = self._schedulable(node=self.config.config_options['node']['value'],
  1317. selector=self.config.config_options['selector']['value'],
  1318. schedulable=self.config.config_options['schedulable']['value'])
  1319. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1320. # normalize formatting with previous return objects
  1321. if results['results'].startswith('NAME'):
  1322. nodes = []
  1323. # removing header line and trailing new line character of node lines
  1324. for node_results in results['results'].split('\n')[1:-1]:
  1325. parts = node_results.split()
  1326. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1327. results['nodes'] = nodes
  1328. return results
  1329. results = {}
  1330. results['returncode'] = 0
  1331. results['changed'] = False
  1332. results['nodes'] = nodes
  1333. return results
  1334. @staticmethod
  1335. def run_ansible(params, check_mode):
  1336. '''run the oc_adm_manage_node module'''
  1337. nconfig = ManageNodeConfig(params['kubeconfig'],
  1338. {'node': {'value': params['node'], 'include': True},
  1339. 'selector': {'value': params['selector'], 'include': True},
  1340. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1341. 'schedulable': {'value': params['schedulable'], 'include': True},
  1342. 'list_pods': {'value': params['list_pods'], 'include': True},
  1343. 'evacuate': {'value': params['evacuate'], 'include': True},
  1344. 'dry_run': {'value': params['dry_run'], 'include': True},
  1345. 'force': {'value': params['force'], 'include': True},
  1346. 'grace_period': {'value': params['grace_period'], 'include': True},
  1347. })
  1348. oadm_mn = ManageNode(nconfig)
  1349. # Run the oadm manage-node commands
  1350. results = None
  1351. changed = False
  1352. if params['schedulable'] != None:
  1353. if check_mode:
  1354. # schedulable returns results after the fact.
  1355. # We need to redo how this works to support check_mode completely.
  1356. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1357. results = oadm_mn.schedulable()
  1358. if 'changed' not in results:
  1359. changed = True
  1360. if params['evacuate']:
  1361. results = oadm_mn.evacuate()
  1362. changed = True
  1363. elif params['list_pods']:
  1364. results = oadm_mn.list_pods()
  1365. if not results or results['returncode'] != 0:
  1366. return {'failed': True, 'msg': results}
  1367. return {'changed': changed, 'results': results, 'state': "present"}
  1368. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1369. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1370. def main():
  1371. '''
  1372. ansible oadm module for manage-node
  1373. '''
  1374. module = AnsibleModule(
  1375. argument_spec=dict(
  1376. debug=dict(default=False, type='bool'),
  1377. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1378. node=dict(default=None, type='list'),
  1379. selector=dict(default=None, type='str'),
  1380. pod_selector=dict(default=None, type='str'),
  1381. schedulable=dict(default=None, type='bool'),
  1382. list_pods=dict(default=False, type='bool'),
  1383. evacuate=dict(default=False, type='bool'),
  1384. dry_run=dict(default=False, type='bool'),
  1385. force=dict(default=False, type='bool'),
  1386. grace_period=dict(default=None, type='int'),
  1387. ),
  1388. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1389. required_one_of=[["node", "selector"]],
  1390. supports_check_mode=True,
  1391. )
  1392. results = ManageNode.run_ansible(module.params, module.check_mode)
  1393. if 'failed' in results:
  1394. module.fail_json(**results)
  1395. module.exit_json(**results)
  1396. if __name__ == "__main__":
  1397. main()
  1398. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-